diff --git a/frameworks/hanami/Dockerfile b/frameworks/hanami/Dockerfile index 3db7af0eb..bf9839c00 100644 --- a/frameworks/hanami/Dockerfile +++ b/frameworks/hanami/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libssl-dev libjemalloc2 && \ diff --git a/frameworks/rack-falcon/Dockerfile b/frameworks/rack-falcon/Dockerfile index 8f5490383..ebb5c2087 100644 --- a/frameworks/rack-falcon/Dockerfile +++ b/frameworks/rack-falcon/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libjemalloc2 && \ diff --git a/frameworks/rack-iodine/Dockerfile b/frameworks/rack-iodine/Dockerfile index 3965d93d0..06b702c9c 100644 --- a/frameworks/rack-iodine/Dockerfile +++ b/frameworks/rack-iodine/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libjemalloc2 && \ diff --git a/frameworks/rage/Dockerfile b/frameworks/rage/Dockerfile index 33347725b..ef693bf6d 100644 --- a/frameworks/rage/Dockerfile +++ b/frameworks/rage/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libyaml-dev libjemalloc2 && \ diff --git a/frameworks/rails/Dockerfile b/frameworks/rails/Dockerfile index 2460510dc..4be8d0a5d 100644 --- a/frameworks/rails/Dockerfile +++ b/frameworks/rails/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libyaml-dev libjemalloc2 libpq5 && \ diff --git a/frameworks/roda/Dockerfile b/frameworks/roda/Dockerfile index 33d857055..0f3dd5dd2 100644 --- a/frameworks/roda/Dockerfile +++ b/frameworks/roda/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libjemalloc2 && \ diff --git a/frameworks/sinatra/Dockerfile b/frameworks/sinatra/Dockerfile index 3db5f9d88..2350a7f6f 100644 --- a/frameworks/sinatra/Dockerfile +++ b/frameworks/sinatra/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0-slim +FROM ruby:4.0.6-slim RUN apt-get update && \ apt-get install -y --no-install-recommends build-essential libpq-dev libjemalloc2 && \ diff --git a/site/data/results/hanami.json b/site/data/results/hanami.json index 350ca2474..c2962eca7 100644 --- a/site/data/results/hanami.json +++ b/site/data/results/hanami.json @@ -4,44 +4,44 @@ "8gbit-512": { "framework": "hanami", "language": "Ruby", - "rps": 49231, - "avg_latency": "1161.0us", - "p99_latency": "10940.0us", - "cpu": "2770.6%", + "rps": 49285, + "avg_latency": "980.5us", + "p99_latency": "7890.0us", + "cpu": "2806.1%", "memory": "4.9GiB", "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "528.10MB/s", - "input_bw": "480.77MB/s", + "bandwidth": "528.68MB/s", + "input_bw": "481.30MB/s", "reconnects": 0, - "status_2xx": 246288, + "status_2xx": 246554, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 139307707, - "cpu_per_req_us": 565.6293, + "cpu_usec": 139629882, + "cpu_per_req_us": 566.3258, "target_rate": 50000, - "rate_ratio": 0.9846, - "p99_9_latency": "22200.0us" + "rate_ratio": 0.9857, + "p99_9_latency": "14980.0us" }, "baseline-4096": { "framework": "hanami", "language": "Ruby", - "rps": 44997, - "avg_latency": "79.28ms", - "p99_latency": "177.50ms", - "cpu": "4081.4%", + "rps": 44393, + "avg_latency": "80.39ms", + "p99_latency": "180.80ms", + "cpu": "3968.7%", "memory": "3.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "20.85MB/s", - "input_bw": "3.48MB/s", + "bandwidth": "20.57MB/s", + "input_bw": "3.43MB/s", "reconnects": 0, - "status_2xx": 224988, + "status_2xx": 221967, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -49,19 +49,19 @@ "json-comp-16384": { "framework": "hanami", "language": "Ruby", - "rps": 84345, - "avg_latency": "105.87ms", - "p99_latency": "531.30ms", - "cpu": "6477.2%", - "memory": "3.7GiB", + "rps": 83606, + "avg_latency": "136.59ms", + "p99_latency": "1.01s", + "cpu": "6494.7%", + "memory": "3.8GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "144.61MB/s", - "input_bw": "6.27MB/s", - "reconnects": 11842, - "status_2xx": 421728, + "bandwidth": "143.32MB/s", + "input_bw": "6.22MB/s", + "reconnects": 10997, + "status_2xx": 418032, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -69,19 +69,19 @@ "json-comp-4096": { "framework": "hanami", "language": "Ruby", - "rps": 85486, - "avg_latency": "42.66ms", - "p99_latency": "74.60ms", - "cpu": "6380.0%", - "memory": "3.6GiB", + "rps": 84648, + "avg_latency": "42.61ms", + "p99_latency": "76.70ms", + "cpu": "6491.2%", + "memory": "3.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "146.55MB/s", - "input_bw": "6.36MB/s", - "reconnects": 15367, - "status_2xx": 427433, + "bandwidth": "145.05MB/s", + "input_bw": "6.30MB/s", + "reconnects": 15109, + "status_2xx": 423241, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -89,18 +89,18 @@ "json-tls-4096": { "framework": "hanami", "language": "Ruby", - "rps": 115668, - "avg_latency": "34.60ms", - "p99_latency": "150.71ms", - "cpu": "6429.0%", - "memory": "4.8GiB", + "rps": 115354, + "avg_latency": "34.53ms", + "p99_latency": "167.39ms", + "cpu": "6456.0%", + "memory": "4.9GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "442.51MB", + "bandwidth": "441.28MB", "reconnects": 0, - "status_2xx": 589576, + "status_2xx": 588077, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -109,9 +109,9 @@ "framework": "hanami", "language": "Ruby", "rps": 9982, - "avg_latency": "457.7us", - "p99_latency": "1178.0us", - "cpu": "417.5%", + "avg_latency": "461.6us", + "p99_latency": "1233.0us", + "cpu": "412.6%", "memory": "2.6GiB", "connections": 1024, "threads": 64, @@ -119,56 +119,56 @@ "pipeline": 1, "bandwidth": "4.84MB/s", "reconnects": 0, - "status_2xx": 199665, + "status_2xx": 199667, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 86644611, - "cpu_per_req_us": 433.9499, + "cpu_usec": 85008736, + "cpu_per_req_us": 425.7526, "target_rate": 10000, "rate_ratio": 0.9982, - "p99_9_latency": "3387.0us" + "p99_9_latency": "6754.0us" }, "latency-1m-1024": { "framework": "hanami", "language": "Ruby", - "rps": 146420, - "avg_latency": "8439181.6us", - "p99_latency": "17227776.0us", - "cpu": "6198.7%", + "rps": 145308, + "avg_latency": "8440804.2us", + "p99_latency": "17244160.0us", + "cpu": "5875.3%", "memory": "2.9GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "71.02MB/s", + "bandwidth": "70.48MB/s", "reconnects": 0, - "status_2xx": 2929725, + "status_2xx": 2907534, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1260230335, - "cpu_per_req_us": 430.1531, + "cpu_usec": 1256372374, + "cpu_per_req_us": 432.1093, "target_rate": 1000000, - "rate_ratio": 0.1464, - "p99_9_latency": "17932288.0us" + "rate_ratio": 0.1453, + "p99_9_latency": "18079744.0us" }, "limited-conn-4096": { "framework": "hanami", "language": "Ruby", - "rps": 37071, - "avg_latency": "97.51ms", - "p99_latency": "213.50ms", - "cpu": "3560.8%", + "rps": 36095, + "avg_latency": "101.10ms", + "p99_latency": "226.90ms", + "cpu": "3471.0%", "memory": "2.9GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "17.18MB/s", - "input_bw": "2.86MB/s", - "reconnects": 16789, - "status_2xx": 185357, + "bandwidth": "16.72MB/s", + "input_bw": "2.79MB/s", + "reconnects": 16296, + "status_2xx": 180475, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -176,18 +176,18 @@ "pipelined-4096": { "framework": "hanami", "language": "Ruby", - "rps": 634741, - "avg_latency": "88.14ms", - "p99_latency": "186.60ms", - "cpu": "6637.2%", + "rps": 632630, + "avg_latency": "87.82ms", + "p99_latency": "191.10ms", + "cpu": "6622.4%", "memory": "2.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "53.86MB/s", - "reconnects": 1352, - "status_2xx": 3173707, + "bandwidth": "53.68MB/s", + "reconnects": 1297, + "status_2xx": 3163152, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/rack-falcon.json b/site/data/results/rack-falcon.json index af880e39c..fcd99b0e1 100644 --- a/site/data/results/rack-falcon.json +++ b/site/data/results/rack-falcon.json @@ -4,19 +4,19 @@ "baseline-4096": { "framework": "rack-falcon", "language": "Ruby", - "rps": 550257, - "avg_latency": "7.45ms", - "p99_latency": "11.90ms", - "cpu": "6547.7%", + "rps": 523648, + "avg_latency": "7.82ms", + "p99_latency": "12.80ms", + "cpu": "6518.4%", "memory": "1.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "46.69MB/s", - "input_bw": "42.51MB/s", + "bandwidth": "44.43MB/s", + "input_bw": "40.45MB/s", "reconnects": 0, - "status_2xx": 2751285, + "status_2xx": 2618243, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -24,67 +24,67 @@ "latency-10k-1024": { "framework": "rack-falcon", "language": "Ruby", - "rps": 9981, - "avg_latency": "170.5us", - "p99_latency": "424.0us", - "cpu": "118.4%", - "memory": "1.2GiB", + "rps": 9978, + "avg_latency": "164.7us", + "p99_latency": "340.0us", + "cpu": "118.0%", + "memory": "1.1GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, "bandwidth": "0.88MB/s", "reconnects": 0, - "status_2xx": 199648, + "status_2xx": 199595, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 24465809, - "cpu_per_req_us": 122.5447, + "cpu_usec": 24082380, + "cpu_per_req_us": 120.6562, "target_rate": 10000, - "rate_ratio": 0.9981, - "p99_9_latency": "12556.0us" + "rate_ratio": 0.9978, + "p99_9_latency": "8236.0us" }, "latency-1m-1024": { "framework": "rack-falcon", "language": "Ruby", - "rps": 551825, - "avg_latency": "4135395.4us", - "p99_latency": "10956800.0us", - "cpu": "6477.3%", - "memory": "1.2GiB", + "rps": 549126, + "avg_latency": "4075897.8us", + "p99_latency": "11399168.0us", + "cpu": "6473.6%", + "memory": "1.1GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "48.56MB/s", + "bandwidth": "48.32MB/s", "reconnects": 0, - "status_2xx": 11040936, + "status_2xx": 10986943, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1272225271, - "cpu_per_req_us": 115.228, + "cpu_usec": 1268077684, + "cpu_per_req_us": 115.4168, "target_rate": 1000000, - "rate_ratio": 0.5518, - "p99_9_latency": "12365824.0us" + "rate_ratio": 0.5491, + "p99_9_latency": "13021184.0us" }, "limited-conn-4096": { "framework": "rack-falcon", "language": "Ruby", - "rps": 496292, - "avg_latency": "8.19ms", - "p99_latency": "71.60ms", - "cpu": "6544.9%", + "rps": 481962, + "avg_latency": "8.43ms", + "p99_latency": "73.20ms", + "cpu": "6574.3%", "memory": "1.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "42.11MB/s", - "input_bw": "38.34MB/s", - "reconnects": 248097, - "status_2xx": 2481460, + "bandwidth": "40.89MB/s", + "input_bw": "37.23MB/s", + "reconnects": 240789, + "status_2xx": 2409812, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -92,18 +92,18 @@ "pipelined-4096": { "framework": "rack-falcon", "language": "Ruby", - "rps": 800040, - "avg_latency": "81.44ms", - "p99_latency": "147.50ms", - "cpu": "6594.3%", + "rps": 795966, + "avg_latency": "81.94ms", + "p99_latency": "112.60ms", + "cpu": "6657.5%", "memory": "1.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "67.89MB/s", + "bandwidth": "67.54MB/s", "reconnects": 0, - "status_2xx": 4000203, + "status_2xx": 3979831, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/rack-iodine.json b/site/data/results/rack-iodine.json index c1857f55f..ce7bff2e2 100644 --- a/site/data/results/rack-iodine.json +++ b/site/data/results/rack-iodine.json @@ -4,19 +4,19 @@ "baseline-4096": { "framework": "rack-iodine", "language": "Ruby", - "rps": 65472, - "avg_latency": "59.13ms", - "p99_latency": "237.40ms", - "cpu": "4803.4%", - "memory": "5.3GiB", + "rps": 62640, + "avg_latency": "63.27ms", + "p99_latency": "229.60ms", + "cpu": "4860.4%", + "memory": "5.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "7.68MB/s", - "input_bw": "5.06MB/s", + "bandwidth": "7.35MB/s", + "input_bw": "4.84MB/s", "reconnects": 0, - "status_2xx": 327361, + "status_2xx": 313200, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -24,67 +24,67 @@ "latency-10k-1024": { "framework": "rack-iodine", "language": "Ruby", - "rps": 9949, - "avg_latency": "154.5us", - "p99_latency": "155.0us", - "cpu": "101.4%", + "rps": 9966, + "avg_latency": "140.0us", + "p99_latency": "148.0us", + "cpu": "88.3%", "memory": "4.8GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "1.21MB/s", + "bandwidth": "1.22MB/s", "reconnects": 0, - "status_2xx": 199014, + "status_2xx": 199358, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 15583521, - "cpu_per_req_us": 78.3036, + "cpu_usec": 14260870, + "cpu_per_req_us": 71.534, "target_rate": 10000, - "rate_ratio": 0.9949, - "p99_9_latency": "33328.0us" + "rate_ratio": 0.9966, + "p99_9_latency": "26216.0us" }, "latency-1m-1024": { "framework": "rack-iodine", "language": "Ruby", - "rps": 951153, - "avg_latency": "250735.4us", - "p99_latency": "7575552.0us", - "cpu": "6243.6%", + "rps": 994864, + "avg_latency": "3719.6us", + "p99_latency": "105952.0us", + "cpu": "6434.6%", "memory": "4.8GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "116.04MB/s", + "bandwidth": "121.37MB/s", "reconnects": 0, - "status_2xx": 19028566, + "status_2xx": 19901977, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1162043903, - "cpu_per_req_us": 61.0684, + "cpu_usec": 1213259590, + "cpu_per_req_us": 60.9618, "target_rate": 1000000, - "rate_ratio": 0.9512, - "p99_9_latency": "10424320.0us" + "rate_ratio": 0.9949, + "p99_9_latency": "358016.0us" }, "limited-conn-4096": { "framework": "rack-iodine", "language": "Ruby", - "rps": 59205, - "avg_latency": "66.55ms", - "p99_latency": "266.30ms", - "cpu": "4693.3%", + "rps": 59238, + "avg_latency": "66.77ms", + "p99_latency": "247.20ms", + "cpu": "4837.3%", "memory": "5.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "6.94MB/s", - "input_bw": "4.57MB/s", - "reconnects": 27812, - "status_2xx": 296026, + "bandwidth": "6.95MB/s", + "input_bw": "4.58MB/s", + "reconnects": 27840, + "status_2xx": 296193, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -92,18 +92,18 @@ "pipelined-4096": { "framework": "rack-iodine", "language": "Ruby", - "rps": 2054716, - "avg_latency": "30.96ms", - "p99_latency": "94.70ms", - "cpu": "6595.0%", + "rps": 2380906, + "avg_latency": "26.70ms", + "p99_latency": "68.80ms", + "cpu": "6480.7%", "memory": "4.6GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "240.95MB/s", + "bandwidth": "279.18MB/s", "reconnects": 0, - "status_2xx": 10273582, + "status_2xx": 11904531, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/rage.json b/site/data/results/rage.json index a0850b18d..bc25fe232 100644 --- a/site/data/results/rage.json +++ b/site/data/results/rage.json @@ -4,39 +4,39 @@ "async-db-1024": { "framework": "rage", "language": "Ruby", - "rps": 92893, - "avg_latency": "9.81ms", - "p99_latency": "84.70ms", - "cpu": "6398.9%", - "memory": "14.2GiB", + "rps": 86707, + "avg_latency": "10.99ms", + "p99_latency": "113.60ms", + "cpu": "6429.8%", + "memory": "13.9GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "380.66MB/s", - "input_bw": "6.20MB/s", - "reconnects": 36796, - "status_2xx": 928931, + "bandwidth": "355.24MB/s", + "input_bw": "5.79MB/s", + "reconnects": 34363, + "status_2xx": 867071, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 188 + "status_5xx": 106 }, "baseline-4096": { "framework": "rage", "language": "Ruby", - "rps": 57975, - "avg_latency": "68.86ms", - "p99_latency": "171.80ms", - "cpu": "4816.2%", - "memory": "4.5GiB", + "rps": 78638, + "avg_latency": "49.31ms", + "p99_latency": "232.10ms", + "cpu": "4838.0%", + "memory": "5.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "8.84MB/s", - "input_bw": "4.48MB/s", + "bandwidth": "11.99MB/s", + "input_bw": "6.07MB/s", "reconnects": 0, - "status_2xx": 289878, + "status_2xx": 393194, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -44,19 +44,19 @@ "json-comp-16384": { "framework": "rage", "language": "Ruby", - "rps": 160894, - "avg_latency": "90.65ms", - "p99_latency": "279.90ms", - "cpu": "5894.7%", - "memory": "5.5GiB", + "rps": 164794, + "avg_latency": "89.65ms", + "p99_latency": "294.10ms", + "cpu": "5882.3%", + "memory": "7.2GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "221.26MB/s", - "input_bw": "11.97MB/s", - "reconnects": 25067, - "status_2xx": 804470, + "bandwidth": "226.64MB/s", + "input_bw": "12.26MB/s", + "reconnects": 25265, + "status_2xx": 823974, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -64,19 +64,19 @@ "json-comp-4096": { "framework": "rage", "language": "Ruby", - "rps": 179420, - "avg_latency": "21.71ms", - "p99_latency": "50.20ms", - "cpu": "6555.6%", - "memory": "5.5GiB", + "rps": 180821, + "avg_latency": "21.67ms", + "p99_latency": "56.60ms", + "cpu": "6536.3%", + "memory": "6.9GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "246.69MB/s", - "input_bw": "13.35MB/s", - "reconnects": 33897, - "status_2xx": 897101, + "bandwidth": "248.71MB/s", + "input_bw": "13.45MB/s", + "reconnects": 34276, + "status_2xx": 904108, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -84,10 +84,10 @@ "latency-10k-1024": { "framework": "rage", "language": "Ruby", - "rps": 9955, - "avg_latency": "186.6us", - "p99_latency": "203.0us", - "cpu": "135.3%", + "rps": 9946, + "avg_latency": "189.6us", + "p99_latency": "210.0us", + "cpu": "135.2%", "memory": "5.0GiB", "connections": 1024, "threads": 64, @@ -95,56 +95,56 @@ "pipeline": 1, "bandwidth": "1.58MB/s", "reconnects": 0, - "status_2xx": 199124, + "status_2xx": 198957, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 21782496, - "cpu_per_req_us": 109.3916, + "cpu_usec": 21674391, + "cpu_per_req_us": 108.9401, "target_rate": 10000, - "rate_ratio": 0.9955, - "p99_9_latency": "29672.0us" + "rate_ratio": 0.9946, + "p99_9_latency": "32440.0us" }, "latency-1m-1024": { "framework": "rage", "language": "Ruby", - "rps": 747188, - "avg_latency": "2003485.3us", - "p99_latency": "8892416.0us", - "cpu": "6574.9%", - "memory": "5.1GiB", + "rps": 748217, + "avg_latency": "2165002.1us", + "p99_latency": "8769536.0us", + "cpu": "6567.6%", + "memory": "5.0GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "118.80MB/s", + "bandwidth": "118.97MB/s", "reconnects": 0, - "status_2xx": 14948662, + "status_2xx": 14968978, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1276864928, - "cpu_per_req_us": 85.4167, + "cpu_usec": 1279263818, + "cpu_per_req_us": 85.461, "target_rate": 1000000, - "rate_ratio": 0.7472, - "p99_9_latency": "10563584.0us" + "rate_ratio": 0.7482, + "p99_9_latency": "10547200.0us" }, "limited-conn-4096": { "framework": "rage", "language": "Ruby", - "rps": 51448, - "avg_latency": "76.35ms", - "p99_latency": "331.20ms", - "cpu": "4637.2%", - "memory": "5.1GiB", + "rps": 53142, + "avg_latency": "75.25ms", + "p99_latency": "245.00ms", + "cpu": "4635.4%", + "memory": "5.2GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "7.85MB/s", - "input_bw": "3.97MB/s", - "reconnects": 23887, - "status_2xx": 257241, + "bandwidth": "8.11MB/s", + "input_bw": "4.11MB/s", + "reconnects": 24830, + "status_2xx": 265711, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -152,18 +152,18 @@ "pipelined-4096": { "framework": "rage", "language": "Ruby", - "rps": 928352, - "avg_latency": "68.57ms", - "p99_latency": "168.30ms", - "cpu": "6487.3%", - "memory": "4.5GiB", + "rps": 940012, + "avg_latency": "68.31ms", + "p99_latency": "163.30ms", + "cpu": "6532.3%", + "memory": "4.6GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "128.33MB/s", + "bandwidth": "129.94MB/s", "reconnects": 0, - "status_2xx": 4641763, + "status_2xx": 4700062, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/rails.json b/site/data/results/rails.json index 458f029b9..369023d09 100644 --- a/site/data/results/rails.json +++ b/site/data/results/rails.json @@ -1,87 +1,87 @@ { "framework": "rails", "results": { - "async-db-1024": { + "8gbit-512": { "framework": "rails", "language": "Ruby", - "rps": 72305, - "avg_latency": "13.54ms", - "p99_latency": "30.30ms", - "cpu": "6221.9%", - "memory": "3.6GiB", - "connections": 1024, + "rps": 49307, + "avg_latency": "1003.5us", + "p99_latency": "6738.0us", + "cpu": "2872.4%", + "memory": "5.5GiB", + "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "300.47MB/s", - "input_bw": "4.83MB/s", - "reconnects": 28575, - "status_2xx": 723059, + "bandwidth": "519.01MB/s", + "input_bw": "481.51MB/s", + "reconnects": 0, + "status_2xx": 246658, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0 + "status_5xx": 0, + "cpu_usec": 144587253, + "cpu_per_req_us": 586.1851, + "target_rate": 50000, + "rate_ratio": 0.9861, + "p99_9_latency": "20168.0us" }, - "baseline-4096": { + "async-db-1024": { "framework": "rails", "language": "Ruby", - "rps": 34306, - "avg_latency": "100.76ms", - "p99_latency": "358.30ms", - "cpu": "5106.5%", - "memory": "7.8GiB", - "connections": 4096, + "rps": 72976, + "avg_latency": "13.37ms", + "p99_latency": "30.40ms", + "cpu": "6366.2%", + "memory": "3.6GiB", + "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "7.23MB/s", - "input_bw": "2.65MB/s", - "reconnects": 0, - "status_2xx": 171530, + "bandwidth": "303.51MB/s", + "input_bw": "4.87MB/s", + "reconnects": 28879, + "status_2xx": 729767, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 }, - "8gbit-512": { + "baseline-4096": { "framework": "rails", "language": "Ruby", - "rps": 49433, - "avg_latency": "949.5us", - "p99_latency": "6334.0us", - "cpu": "2905.6%", - "memory": "5.9GiB", - "connections": 512, + "rps": 33774, + "avg_latency": "99.84ms", + "p99_latency": "336.70ms", + "cpu": "5091.3%", + "memory": "7.6GiB", + "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "520.33MB/s", - "input_bw": "482.74MB/s", + "bandwidth": "7.12MB/s", + "input_bw": "2.61MB/s", "reconnects": 0, - "status_2xx": 247275, + "status_2xx": 168872, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0, - "cpu_usec": 142570511, - "cpu_per_req_us": 576.5666, - "target_rate": 50000, - "rate_ratio": 0.9887, - "p99_9_latency": "21016.0us" + "status_5xx": 0 }, "json-comp-16384": { "framework": "rails", "language": "Ruby", - "rps": 84171, - "avg_latency": "100.30ms", - "p99_latency": "560.70ms", - "cpu": "6471.1%", - "memory": "4.3GiB", + "rps": 83309, + "avg_latency": "114.75ms", + "p99_latency": "583.90ms", + "cpu": "6174.3%", + "memory": "4.4GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "122.99MB/s", - "input_bw": "6.26MB/s", - "reconnects": 11876, - "status_2xx": 420857, + "bandwidth": "121.74MB/s", + "input_bw": "6.20MB/s", + "reconnects": 11307, + "status_2xx": 416549, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -89,19 +89,19 @@ "json-comp-4096": { "framework": "rails", "language": "Ruby", - "rps": 83114, - "avg_latency": "43.44ms", - "p99_latency": "108.10ms", - "cpu": "6226.1%", + "rps": 82836, + "avg_latency": "44.59ms", + "p99_latency": "106.20ms", + "cpu": "6425.1%", "memory": "4.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "121.44MB/s", - "input_bw": "6.18MB/s", - "reconnects": 14718, - "status_2xx": 415570, + "bandwidth": "121.07MB/s", + "input_bw": "6.16MB/s", + "reconnects": 14754, + "status_2xx": 414184, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -109,18 +109,18 @@ "json-tls-4096": { "framework": "rails", "language": "Ruby", - "rps": 117664, - "avg_latency": "34.61ms", - "p99_latency": "276.10ms", - "cpu": "6519.9%", + "rps": 114891, + "avg_latency": "35.44ms", + "p99_latency": "224.97ms", + "cpu": "6405.1%", "memory": "5.3GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "420.39MB", + "bandwidth": "410.48MB", "reconnects": 0, - "status_2xx": 599934, + "status_2xx": 586074, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -128,67 +128,67 @@ "latency-10k-1024": { "framework": "rails", "language": "Ruby", - "rps": 9982, - "avg_latency": "470.5us", - "p99_latency": "1444.0us", - "cpu": "445.0%", - "memory": "4.3GiB", + "rps": 9984, + "avg_latency": "487.8us", + "p99_latency": "1714.0us", + "cpu": "432.8%", + "memory": "4.0GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, "bandwidth": "2.20MB/s", "reconnects": 0, - "status_2xx": 199672, + "status_2xx": 199713, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 91236754, - "cpu_per_req_us": 456.9331, + "cpu_usec": 88824359, + "cpu_per_req_us": 444.76, "target_rate": 10000, - "rate_ratio": 0.9982, - "p99_9_latency": "3473.0us" + "rate_ratio": 0.9984, + "p99_9_latency": "12692.0us" }, "latency-1m-1024": { "framework": "rails", "language": "Ruby", - "rps": 155631, - "avg_latency": "8482449.0us", - "p99_latency": "16773120.0us", - "cpu": "6255.5%", - "memory": "4.9GiB", + "rps": 160407, + "avg_latency": "8385653.6us", + "p99_latency": "16683008.0us", + "cpu": "6310.0%", + "memory": "5.1GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "34.24MB/s", + "bandwidth": "35.29MB/s", "reconnects": 0, - "status_2xx": 3114027, + "status_2xx": 3209588, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1270235472, - "cpu_per_req_us": 407.9077, + "cpu_usec": 1276937535, + "cpu_per_req_us": 397.8509, "target_rate": 1000000, - "rate_ratio": 0.1556, - "p99_9_latency": "17211392.0us" + "rate_ratio": 0.1604, + "p99_9_latency": "17260544.0us" }, "limited-conn-4096": { "framework": "rails", "language": "Ruby", - "rps": 27444, - "avg_latency": "134.26ms", - "p99_latency": "299.20ms", - "cpu": "4539.3%", + "rps": 27567, + "avg_latency": "133.49ms", + "p99_latency": "300.30ms", + "cpu": "4670.8%", "memory": "6.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.78MB/s", - "input_bw": "2.12MB/s", - "reconnects": 11935, - "status_2xx": 137223, + "bandwidth": "5.81MB/s", + "input_bw": "2.13MB/s", + "reconnects": 12000, + "status_2xx": 137837, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -196,18 +196,18 @@ "pipelined-4096": { "framework": "rails", "language": "Ruby", - "rps": 305539, - "avg_latency": "184.90ms", - "p99_latency": "382.30ms", - "cpu": "6424.7%", + "rps": 305304, + "avg_latency": "190.53ms", + "p99_latency": "296.70ms", + "cpu": "6407.2%", "memory": "2.5GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "59.97MB/s", - "reconnects": 1, - "status_2xx": 1527699, + "bandwidth": "59.94MB/s", + "reconnects": 0, + "status_2xx": 1526524, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/roda.json b/site/data/results/roda.json index b2d0ec8b4..97546b758 100644 --- a/site/data/results/roda.json +++ b/site/data/results/roda.json @@ -1,87 +1,87 @@ { "framework": "roda", "results": { - "async-db-1024": { + "8gbit-512": { "framework": "roda", "language": "Ruby", - "rps": 45326, - "avg_latency": "21.21ms", - "p99_latency": "178.80ms", - "cpu": "3243.6%", - "memory": "2.6GiB", - "connections": 1024, + "rps": 49292, + "avg_latency": "339.9us", + "p99_latency": "1107.0us", + "cpu": "1293.0%", + "memory": "7.6GiB", + "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "183.12MB/s", - "input_bw": "3.03MB/s", - "reconnects": 18465, - "status_2xx": 453260, + "bandwidth": "509.93MB/s", + "input_bw": "481.37MB/s", + "reconnects": 0, + "status_2xx": 246550, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 15749 + "status_5xx": 0, + "cpu_usec": 68941350, + "cpu_per_req_us": 279.6242, + "target_rate": 50000, + "rate_ratio": 0.9858, + "p99_9_latency": "8868.0us" }, - "baseline-4096": { + "async-db-1024": { "framework": "roda", "language": "Ruby", - "rps": 59024, - "avg_latency": "58.82ms", - "p99_latency": "259.90ms", - "cpu": "4127.2%", - "memory": "8.4GiB", - "connections": 4096, + "rps": 30927, + "avg_latency": "30.61ms", + "p99_latency": "248.60ms", + "cpu": "2547.2%", + "memory": "2.6GiB", + "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.01MB/s", - "input_bw": "4.56MB/s", - "reconnects": 0, - "status_2xx": 295124, + "bandwidth": "124.87MB/s", + "input_bw": "2.06MB/s", + "reconnects": 12769, + "status_2xx": 309279, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0 + "status_5xx": 16863 }, - "8gbit-512": { + "baseline-4096": { "framework": "roda", "language": "Ruby", - "rps": 49246, - "avg_latency": "353.0us", - "p99_latency": "1158.0us", - "cpu": "1421.8%", - "memory": "7.5GiB", - "connections": 512, + "rps": 57448, + "avg_latency": "60.52ms", + "p99_latency": "273.80ms", + "cpu": "4051.4%", + "memory": "8.6GiB", + "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "509.45MB/s", - "input_bw": "480.92MB/s", + "bandwidth": "4.87MB/s", + "input_bw": "4.44MB/s", "reconnects": 0, - "status_2xx": 246318, + "status_2xx": 287243, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0, - "cpu_usec": 71401395, - "cpu_per_req_us": 289.8749, - "target_rate": 50000, - "rate_ratio": 0.9849, - "p99_9_latency": "8212.0us" + "status_5xx": 0 }, "json-comp-16384": { "framework": "roda", "language": "Ruby", - "rps": 141124, - "avg_latency": "65.74ms", - "p99_latency": "190.80ms", - "cpu": "6181.0%", - "memory": "5.5GiB", + "rps": 138211, + "avg_latency": "64.55ms", + "p99_latency": "200.40ms", + "cpu": "6475.5%", + "memory": "5.2GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "188.30MB/s", - "input_bw": "10.50MB/s", - "reconnects": 23540, - "status_2xx": 705624, + "bandwidth": "184.52MB/s", + "input_bw": "10.28MB/s", + "reconnects": 22917, + "status_2xx": 691056, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -89,19 +89,19 @@ "json-comp-4096": { "framework": "roda", "language": "Ruby", - "rps": 138864, - "avg_latency": "27.35ms", - "p99_latency": "61.30ms", - "cpu": "6364.4%", + "rps": 138552, + "avg_latency": "26.32ms", + "p99_latency": "58.70ms", + "cpu": "6333.3%", "memory": "5.1GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "185.38MB/s", - "input_bw": "10.33MB/s", - "reconnects": 25860, - "status_2xx": 694321, + "bandwidth": "185.02MB/s", + "input_bw": "10.31MB/s", + "reconnects": 25865, + "status_2xx": 692763, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -109,18 +109,18 @@ "json-tls-4096": { "framework": "roda", "language": "Ruby", - "rps": 220055, - "avg_latency": "18.98ms", - "p99_latency": "290.84ms", - "cpu": "6420.3%", - "memory": "6.9GiB", + "rps": 224413, + "avg_latency": "18.24ms", + "p99_latency": "170.93ms", + "cpu": "6444.9%", + "memory": "7.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "758.54MB", + "bandwidth": "773.61MB", "reconnects": 0, - "status_2xx": 1121955, + "status_2xx": 1144800, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -128,67 +128,67 @@ "latency-10k-1024": { "framework": "roda", "language": "Ruby", - "rps": 9983, - "avg_latency": "201.4us", - "p99_latency": "636.0us", - "cpu": "189.6%", - "memory": "3.7GiB", + "rps": 9984, + "avg_latency": "197.8us", + "p99_latency": "601.0us", + "cpu": "190.6%", + "memory": "3.8GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, "bandwidth": "0.88MB/s", "reconnects": 0, - "status_2xx": 199695, + "status_2xx": 199707, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 38911190, - "cpu_per_req_us": 194.8531, + "cpu_usec": 39582623, + "cpu_per_req_us": 198.2035, "target_rate": 10000, - "rate_ratio": 0.9983, - "p99_9_latency": "2811.0us" + "rate_ratio": 0.9984, + "p99_9_latency": "1564.0us" }, "latency-1m-1024": { "framework": "roda", "language": "Ruby", - "rps": 366535, - "avg_latency": "6122728.6us", - "p99_latency": "13545472.0us", - "cpu": "6336.8%", + "rps": 367963, + "avg_latency": "6171165.0us", + "p99_latency": "13651968.0us", + "cpu": "6328.5%", "memory": "5.4GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "32.26MB/s", + "bandwidth": "32.39MB/s", "reconnects": 0, - "status_2xx": 7334059, + "status_2xx": 7362549, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1254891416, - "cpu_per_req_us": 171.1046, + "cpu_usec": 1255071783, + "cpu_per_req_us": 170.467, "target_rate": 1000000, - "rate_ratio": 0.3665, - "p99_9_latency": "14790656.0us" + "rate_ratio": 0.368, + "p99_9_latency": "14831616.0us" }, "limited-conn-4096": { "framework": "roda", "language": "Ruby", - "rps": 28855, - "avg_latency": "128.38ms", - "p99_latency": "292.80ms", - "cpu": "3565.1%", - "memory": "6.6GiB", + "rps": 28973, + "avg_latency": "123.69ms", + "p99_latency": "282.10ms", + "cpu": "3617.6%", + "memory": "6.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "2.45MB/s", - "input_bw": "2.23MB/s", - "reconnects": 12707, - "status_2xx": 144279, + "bandwidth": "2.46MB/s", + "input_bw": "2.24MB/s", + "reconnects": 12717, + "status_2xx": 144867, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -196,18 +196,18 @@ "pipelined-4096": { "framework": "roda", "language": "Ruby", - "rps": 709993, - "avg_latency": "80.32ms", - "p99_latency": "149.10ms", - "cpu": "6654.9%", + "rps": 700008, + "avg_latency": "80.00ms", + "p99_latency": "147.20ms", + "cpu": "6559.3%", "memory": "2.1GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "60.25MB/s", - "reconnects": 1575, - "status_2xx": 3549967, + "bandwidth": "59.40MB/s", + "reconnects": 1494, + "status_2xx": 3500041, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -215,18 +215,18 @@ "static-tls-1024": { "framework": "roda", "language": "Ruby", - "rps": 115195, - "avg_latency": "9.22ms", - "p99_latency": "59.78ms", - "cpu": "6572.6%", - "memory": "6.1GiB", + "rps": 112681, + "avg_latency": "9.45ms", + "p99_latency": "99.05ms", + "cpu": "6521.3%", + "memory": "7.0GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "1.76GB", + "bandwidth": "1.72GB", "reconnects": 0, - "status_2xx": 587513, + "status_2xx": 574639, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/data/results/sinatra.json b/site/data/results/sinatra.json index 3a595e3f0..888221731 100644 --- a/site/data/results/sinatra.json +++ b/site/data/results/sinatra.json @@ -1,87 +1,87 @@ { "framework": "sinatra", "results": { - "async-db-1024": { + "8gbit-512": { "framework": "sinatra", "language": "Ruby", - "rps": 109887, - "avg_latency": "8.60ms", - "p99_latency": "21.30ms", - "cpu": "6204.8%", - "memory": "3.2GiB", - "connections": 1024, + "rps": 49431, + "avg_latency": "375.4us", + "p99_latency": "1336.0us", + "cpu": "1487.6%", + "memory": "7.2GiB", + "connections": 512, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "444.28MB/s", - "input_bw": "7.34MB/s", - "reconnects": 43718, - "status_2xx": 1098873, + "bandwidth": "511.36MB/s", + "input_bw": "482.72MB/s", + "reconnects": 0, + "status_2xx": 247252, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0 + "status_5xx": 0, + "cpu_usec": 78054597, + "cpu_per_req_us": 315.6884, + "target_rate": 50000, + "rate_ratio": 0.9886, + "p99_9_latency": "3979.0us" }, - "baseline-4096": { + "async-db-1024": { "framework": "sinatra", "language": "Ruby", - "rps": 63304, - "avg_latency": "53.27ms", - "p99_latency": "210.00ms", - "cpu": "3750.3%", - "memory": "4.8GiB", - "connections": 4096, + "rps": 108317, + "avg_latency": "8.88ms", + "p99_latency": "22.20ms", + "cpu": "6182.3%", + "memory": "3.2GiB", + "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "5.37MB/s", - "input_bw": "4.89MB/s", - "reconnects": 0, - "status_2xx": 316521, + "bandwidth": "437.98MB/s", + "input_bw": "7.23MB/s", + "reconnects": 43035, + "status_2xx": 1083175, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 }, - "8gbit-512": { + "baseline-4096": { "framework": "sinatra", "language": "Ruby", - "rps": 49275, - "avg_latency": "394.7us", - "p99_latency": "1514.0us", - "cpu": "1500.1%", - "memory": "7.1GiB", - "connections": 512, + "rps": 60350, + "avg_latency": "57.08ms", + "p99_latency": "212.70ms", + "cpu": "3267.2%", + "memory": "4.9GiB", + "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "509.75MB/s", - "input_bw": "481.20MB/s", + "bandwidth": "5.12MB/s", + "input_bw": "4.66MB/s", "reconnects": 0, - "status_2xx": 246473, + "status_2xx": 301751, "status_3xx": 0, "status_4xx": 0, - "status_5xx": 0, - "cpu_usec": 75164843, - "cpu_per_req_us": 304.9618, - "target_rate": 50000, - "rate_ratio": 0.9855, - "p99_9_latency": "9012.0us" + "status_5xx": 0 }, "json-comp-16384": { "framework": "sinatra", "language": "Ruby", - "rps": 124793, - "avg_latency": "72.64ms", - "p99_latency": "252.90ms", - "cpu": "6145.2%", - "memory": "5.1GiB", + "rps": 124472, + "avg_latency": "71.75ms", + "p99_latency": "266.20ms", + "cpu": "6478.7%", + "memory": "4.9GiB", "connections": 16384, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "166.64MB/s", - "input_bw": "9.28MB/s", - "reconnects": 20248, - "status_2xx": 623968, + "bandwidth": "166.15MB/s", + "input_bw": "9.26MB/s", + "reconnects": 20524, + "status_2xx": 622360, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -89,19 +89,19 @@ "json-comp-4096": { "framework": "sinatra", "language": "Ruby", - "rps": 127231, - "avg_latency": "29.10ms", - "p99_latency": "78.50ms", - "cpu": "6460.8%", - "memory": "4.5GiB", + "rps": 124985, + "avg_latency": "29.87ms", + "p99_latency": "69.50ms", + "cpu": "6331.1%", + "memory": "4.7GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "169.81MB/s", - "input_bw": "9.46MB/s", - "reconnects": 23545, - "status_2xx": 636158, + "bandwidth": "166.85MB/s", + "input_bw": "9.30MB/s", + "reconnects": 23120, + "status_2xx": 624927, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -109,18 +109,18 @@ "json-tls-4096": { "framework": "sinatra", "language": "Ruby", - "rps": 193684, - "avg_latency": "21.16ms", - "p99_latency": "137.36ms", - "cpu": "6415.4%", - "memory": "7.0GiB", + "rps": 186677, + "avg_latency": "22.13ms", + "p99_latency": "175.05ms", + "cpu": "6465.3%", + "memory": "6.7GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "667.63MB", + "bandwidth": "643.48MB", "reconnects": 0, - "status_2xx": 988088, + "status_2xx": 951303, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -128,10 +128,10 @@ "latency-10k-1024": { "framework": "sinatra", "language": "Ruby", - "rps": 9980, - "avg_latency": "243.9us", - "p99_latency": "784.0us", - "cpu": "225.0%", + "rps": 9982, + "avg_latency": "240.5us", + "p99_latency": "766.0us", + "cpu": "222.1%", "memory": "4.4GiB", "connections": 1024, "threads": 64, @@ -139,56 +139,56 @@ "pipeline": 1, "bandwidth": "0.88MB/s", "reconnects": 0, - "status_2xx": 199636, + "status_2xx": 199672, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 46684728, - "cpu_per_req_us": 233.8492, + "cpu_usec": 46101284, + "cpu_per_req_us": 230.8851, "target_rate": 10000, - "rate_ratio": 0.998, - "p99_9_latency": "3359.0us" + "rate_ratio": 0.9982, + "p99_9_latency": "3849.0us" }, "latency-1m-1024": { "framework": "sinatra", "language": "Ruby", - "rps": 293092, - "avg_latency": "6874866.2us", - "p99_latency": "14708736.0us", - "cpu": "6244.8%", - "memory": "7.9GiB", + "rps": 296010, + "avg_latency": "6916557.6us", + "p99_latency": "14561280.0us", + "cpu": "6235.6%", + "memory": "8.3GiB", "connections": 1024, "threads": 64, "duration": "20s", "pipeline": 1, - "bandwidth": "25.80MB/s", + "bandwidth": "26.05MB/s", "reconnects": 0, - "status_2xx": 5864385, + "status_2xx": 5922854, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0, - "cpu_usec": 1241792601, - "cpu_per_req_us": 211.7515, + "cpu_usec": 1249495711, + "cpu_per_req_us": 210.9618, "target_rate": 1000000, - "rate_ratio": 0.2931, - "p99_9_latency": "15716352.0us" + "rate_ratio": 0.296, + "p99_9_latency": "15552512.0us" }, "limited-conn-4096": { "framework": "sinatra", "language": "Ruby", - "rps": 40310, - "avg_latency": "90.61ms", - "p99_latency": "217.00ms", - "cpu": "3102.7%", - "memory": "4.3GiB", + "rps": 40319, + "avg_latency": "89.88ms", + "p99_latency": "209.10ms", + "cpu": "3019.4%", + "memory": "4.4GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 1, "bandwidth": "3.42MB/s", "input_bw": "3.11MB/s", - "reconnects": 18436, - "status_2xx": 201550, + "reconnects": 18382, + "status_2xx": 201596, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -196,18 +196,18 @@ "pipelined-4096": { "framework": "sinatra", "language": "Ruby", - "rps": 484169, - "avg_latency": "120.16ms", - "p99_latency": "230.30ms", - "cpu": "6516.5%", - "memory": "2.1GiB", + "rps": 462359, + "avg_latency": "123.31ms", + "p99_latency": "282.60ms", + "cpu": "6386.0%", + "memory": "2.0GiB", "connections": 4096, "threads": 64, "duration": "5s", "pipeline": 16, - "bandwidth": "41.07MB/s", - "reconnects": 92, - "status_2xx": 2420846, + "bandwidth": "39.23MB/s", + "reconnects": 74, + "status_2xx": 2311799, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 @@ -215,18 +215,18 @@ "static-tls-1024": { "framework": "sinatra", "language": "Ruby", - "rps": 21735, - "avg_latency": "47.18ms", - "p99_latency": "229.67ms", - "cpu": "6516.1%", - "memory": "6.9GiB", + "rps": 21544, + "avg_latency": "47.76ms", + "p99_latency": "281.16ms", + "cpu": "6475.6%", + "memory": "7.1GiB", "connections": 1024, "threads": 64, "duration": "5s", "pipeline": 1, - "bandwidth": "387.38MB", + "bandwidth": "384.19MB", "reconnects": 0, - "status_2xx": 110489, + "status_2xx": 109515, "status_3xx": 0, "status_4xx": 0, "status_5xx": 0 diff --git a/site/static/logs/8gbit/512/hanami.log b/site/static/logs/8gbit/512/hanami.log index 11c12a024..02f0d3e3e 100644 --- a/site/static/logs/8gbit/512/hanami.log +++ b/site/static/logs/8gbit/512/hanami.log @@ -15,34 +15,34 @@ [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: 12) booted in 0.09s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.09s, 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: 44) 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 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: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 73) 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: 85) booted in 0.08s, 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: 107) booted in 0.07s, phase: 0 -[1] - Worker 21 (PID: 112) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 118) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 123) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 91) booted in 0.09s, phase: 0 +[1] - Worker 18 (PID: 97) booted in 0.09s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 [1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 [1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.07s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 [1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 [1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 @@ -50,31 +50,31 @@ [1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 -[1] - Worker 38 (PID: 217) 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: 235) 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: 251) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 251) booted in 0.07s, phase: 0 +[1] - Worker 45 (PID: 256) booted in 0.07s, phase: 0 [1] - Worker 46 (PID: 261) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 267) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 273) booted in 0.06s, phase: 0 [1] - Worker 49 (PID: 279) booted in 0.06s, phase: 0 [1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 +[1] - Worker 51 (PID: 292) booted in 0.06s, phase: 0 [1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 333) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 357) booted in 0.04s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.06s, phase: 0 +[1] - Worker 54 (PID: 310) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 317) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 323) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 329) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 335) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 341) booted in 0.05s, phase: 0 +[1] - Worker 60 (PID: 347) booted in 0.05s, phase: 0 +[1] - Worker 61 (PID: 353) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 359) booted in 0.05s, phase: 0 +[1] - Worker 63 (PID: 364) booted in 0.05s, phase: 0 diff --git a/site/static/logs/8gbit/512/rails.log b/site/static/logs/8gbit/512/rails.log new file mode 100644 index 000000000..948569598 --- /dev/null +++ b/site/static/logs/8gbit/512/rails.log @@ -0,0 +1,83 @@ +=> Booting Puma +=> Rails 8.1.3 application starting in production +=> Run `bin/rails server --help` for more startup options +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[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.16s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.15s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 +[1] - Worker 11 (PID: 61) booted in 0.14s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.13s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 116) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.12s, phase: 0 +[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 147) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 153) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 159) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 173) booted in 0.1s, phase: 0 +[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 332) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 338) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 344) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/8gbit/512/roda.log b/site/static/logs/8gbit/512/roda.log new file mode 100644 index 000000000..17f65b16a --- /dev/null +++ b/site/static/logs/8gbit/512/roda.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 4 +[1] * Max threads: 4 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[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: 16) 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: 52) booted in 0.09s, 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.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: 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.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: 116) 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.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.07s, 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: 228) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, 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: 278) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) 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: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) 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.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/8gbit/512/sinatra.log b/site/static/logs/8gbit/512/sinatra.log new file mode 100644 index 000000000..9f6ff15b8 --- /dev/null +++ b/site/static/logs/8gbit/512/sinatra.log @@ -0,0 +1,80 @@ +[1] Puma starting in cluster mode... +[1] * Puma version: 8.0.1 ("Into the Arena") +[1] * Ruby version: ruby 4.0.6 (2026-07-14 revision 03b6d3f889) +YJIT +MN +PRISM [x86_64-linux] +[1] * Min threads: 3 +[1] * Max threads: 3 +[1] * Environment: production +[1] * Master PID: 1 +[1] * Workers: 64 +[1] * Restarts: (✔) hot (✖) phased (✖) refork +[1] * Preloading application +[1] * Listening on http://0.0.0.0:8080 +[1] * Listening on ssl://0.0.0.0:8081?cert=/certs/server.crt&key=/certs/server.key +[1] Use Ctrl-C to stop +[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.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, 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.09s, phase: 0 +[1] - Worker 9 (PID: 47) 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: 68) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) 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: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.08s, 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: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) 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: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.06s, 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: 223) booted in 0.05s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.05s, phase: 0 +[1] - Worker 41 (PID: 234) 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.05s, 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: 279) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 290) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 315) 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: 339) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 diff --git a/site/static/logs/async-db/1024/rage.log b/site/static/logs/async-db/1024/rage.log index 0e1574b8e..f4c199a0d 100644 --- a/site/static/logs/async-db/1024/rage.log +++ b/site/static/logs/async-db/1024/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -19,21 +19,21 @@ INFO: 14 is running. INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. -INFO: 32 is running. -INFO: 37 is running. -INFO: 42 is running. -INFO: 47 is running. +INFO: 31 is running. +INFO: 36 is running. +INFO: 41 is running. +INFO: 46 is running. INFO: 51 is running. INFO: 56 is running. INFO: 61 is running. INFO: 66 is running. -INFO: 71 is running. +INFO: 72 is running. INFO: 76 is running. -INFO: 81 is running. -INFO: 86 is running. +INFO: 82 is running. +INFO: 87 is running. INFO: 91 is running. -INFO: 97 is running. -INFO: 102 is running. +INFO: 96 is running. +INFO: 101 is running. INFO: 106 is running. INFO: 111 is running. INFO: 116 is running. @@ -41,18 +41,18 @@ INFO: 121 is running. INFO: 126 is running. INFO: 131 is running. INFO: 136 is running. -INFO: 142 is running. -INFO: 147 is running. -INFO: 152 is running. -INFO: 157 is running. -INFO: 162 is running. +INFO: 141 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 161 is running. INFO: 167 is running. -INFO: 172 is running. -INFO: 176 is running. +INFO: 171 is running. +INFO: 177 is running. INFO: 181 is running. -INFO: 186 is running. -INFO: 191 is running. -INFO: 196 is running. +INFO: 187 is running. +INFO: 192 is running. +INFO: 197 is running. INFO: 202 is running. INFO: 210 is running. INFO: 214 is running. @@ -68,76 +68,76 @@ INFO: 257 is running. INFO: 262 is running. INFO: 267 is running. INFO: 272 is running. -INFO: 278 is running. -INFO: 283 is running. -INFO: 288 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. INFO: 295 is running. INFO: 299 is running. INFO: 303 is running. INFO: 307 is running. -INFO: 312 is running. -INFO: 317 is running. -INFO: 322 is running. -INFO: 327 is running. -INFO: 332 is running. +INFO: 313 is running. +INFO: 318 is running. +INFO: 323 is running. +INFO: 328 is running. +INFO: 333 is running. INFO: 338 is running. INFO: 343 is running. INFO: 348 is running. INFO: 353 is running. INFO: 358 is running. -INFO: 363 is running. -INFO: 368 is running. +INFO: 364 is running. +INFO: 369 is running. INFO: 373 is running. INFO: 383 is running. INFO: 378 is running. INFO: 388 is running. INFO: 394 is running. +INFO: 402 is running. INFO: 398 is running. -INFO: 408 is running. -INFO: 404 is running. +INFO: 407 is running. INFO: 413 is running. -INFO: 419 is running. -INFO: 428 is running. +INFO: 418 is running. INFO: 423 is running. -INFO: 433 is running. +INFO: 428 is running. INFO: 438 is running. +INFO: 433 is running. INFO: 443 is running. INFO: 449 is running. +INFO: 458 is running. INFO: 454 is running. -INFO: 459 is running. INFO: 463 is running. -INFO: 468 is running. -INFO: 474 is running. +INFO: 467 is running. +INFO: 473 is running. INFO: 483 is running. -INFO: 479 is running. +INFO: 478 is running. INFO: 488 is running. INFO: 494 is running. +INFO: 502 is running. INFO: 498 is running. -INFO: 503 is running. -INFO: 508 is running. -INFO: 518 is running. -INFO: 513 is running. +INFO: 507 is running. +INFO: 516 is running. +INFO: 512 is running. INFO: 523 is running. INFO: 530 is running. INFO: 534 is running. -INFO: 539 is running. -INFO: 543 is running. +INFO: 538 is running. +INFO: 544 is running. INFO: 548 is running. -INFO: 553 is running. -INFO: 558 is running. -INFO: 564 is running. +INFO: 554 is running. +INFO: 559 is running. +INFO: 563 is running. INFO: 568 is running. -INFO: 574 is running. -INFO: 578 is running. +INFO: 573 is running. +INFO: 579 is running. INFO: 583 is running. -INFO: 594 is running. INFO: 588 is running. -INFO: 599 is running. -INFO: 609 is running. +INFO: 593 is running. +INFO: 598 is running. INFO: 604 is running. +INFO: 609 is running. INFO: 613 is running. INFO: 619 is running. INFO: 624 is running. +INFO: 629 is running. INFO: 633 is running. -INFO: 628 is running. INFO: 639 is running. diff --git a/site/static/logs/async-db/1024/rails.log b/site/static/logs/async-db/1024/rails.log index 59fea4d38..4b6c66872 100644 --- a/site/static/logs/async-db/1024/rails.log +++ b/site/static/logs/async-db/1024/rails.log @@ -22,20 +22,20 @@ [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 [1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 15 (PID: 89) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 [1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 [1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 [1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 @@ -52,17753 +52,18334 @@ [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 [1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-28 13:54:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:40 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:32:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # diff --git a/site/static/logs/async-db/1024/roda.log b/site/static/logs/async-db/1024/roda.log index 9b169b487..d300d2974 100644 --- a/site/static/logs/async-db/1024/roda.log +++ b/site/static/logs/async-db/1024/roda.log @@ -1,37597 +1,37598 @@ -[httparena] container log was 11292984 bytes and has been +[httparena] container log was 11625056 bytes and has been [httparena] truncated to the last 8000000; a framework that [httparena] logs per request is usually the cause. -y clients already\n"> -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:01 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:02 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:03 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:04 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:06 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:07 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:08 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:09 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:10 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:11 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:12 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:13 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:14 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:15 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:16 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:18 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:19 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:20 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:21 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:22 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:23 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:24 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # -2026-08-27 16:12:28 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # + many clients already\n"> +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:25 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:26 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:27 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:29 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:30 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:31 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:32 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:33 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:34 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:35 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:36 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:37 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:38 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:39 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:41 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:42 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:43 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:44 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:45 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:46 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:47 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:48 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:49 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:50 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=5" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=10" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=50" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=20" - (127.0.0.1)): # +2026-09-02 11:39:51 +0000 Rack app ("GET /async-db?min=10&max=50&limit=35" - (127.0.0.1)): # diff --git a/site/static/logs/async-db/1024/sinatra.log b/site/static/logs/async-db/1024/sinatra.log index e0c3c152f..c4af831cc 100644 --- a/site/static/logs/async-db/1024/sinatra.log +++ b/site/static/logs/async-db/1024/sinatra.log @@ -1,4 +1,4 @@ -[httparena] container log was 117699694 bytes and has been +[httparena] container log was 116682068 bytes and has been [httparena] truncated to the last 8000000; a framework that [httparena] logs per request is usually the cause. @@ -45,7 +45,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -99,7 +99,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -153,7 +153,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -207,7 +207,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -261,7 +261,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -315,7 +315,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -369,7 +369,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -423,7 +423,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -477,7 +477,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -531,7 +531,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -585,7 +585,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -639,7 +639,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -693,7 +693,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -747,7 +747,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -801,7 +801,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -855,7 +855,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -909,7 +909,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -963,7 +963,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1017,7 +1017,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1071,7 +1071,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1125,7 +1125,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1179,7 +1179,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1233,7 +1233,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1287,7 +1287,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1341,7 +1341,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1395,7 +1395,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1449,7 +1449,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1503,7 +1503,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1557,7 +1557,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1611,7 +1611,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1665,7 +1665,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1719,7 +1719,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1773,7 +1773,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1827,7 +1827,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1881,7 +1881,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1935,7 +1935,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -1989,7 +1989,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2043,7 +2043,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2097,7 +2097,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2151,7 +2151,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2205,7 +2205,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2259,7 +2259,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2313,7 +2313,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2367,7 +2367,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2421,7 +2421,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2475,7 +2475,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2529,7 +2529,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2583,7 +2583,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2637,7 +2637,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2691,7 +2691,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2745,7 +2745,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2799,7 +2799,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2853,7 +2853,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2907,7 +2907,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -2961,7 +2961,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3015,7 +3015,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3069,7 +3069,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3123,7 +3123,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3177,7 +3177,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3231,7 +3231,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3285,7 +3285,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3339,7 +3339,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3393,7 +3393,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3447,7 +3447,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3501,7 +3501,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3555,7 +3555,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3609,7 +3609,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3663,7 +3663,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3717,7 +3717,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3771,7 +3771,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3825,7 +3825,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3879,7 +3879,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3933,7 +3933,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -3987,7 +3987,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4041,7 +4041,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4095,7 +4095,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4149,7 +4149,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4203,7 +4203,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4257,7 +4257,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4311,7 +4311,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4365,7 +4365,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4419,7 +4419,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4473,7 +4473,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4527,7 +4527,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4581,7 +4581,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4635,7 +4635,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4689,7 +4689,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4743,7 +4743,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4797,7 +4797,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4851,7 +4851,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4905,7 +4905,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -4959,7 +4959,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5013,7 +5013,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5067,7 +5067,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5121,7 +5121,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5175,7 +5175,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5229,7 +5229,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5283,7 +5283,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5337,7 +5337,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5391,7 +5391,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5445,7 +5445,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5499,7 +5499,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5553,7 +5553,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5607,7 +5607,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5661,7 +5661,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5715,7 +5715,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5769,7 +5769,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5823,7 +5823,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5877,7 +5877,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5931,7 +5931,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -5985,7 +5985,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6039,7 +6039,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6093,7 +6093,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6147,7 +6147,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6201,7 +6201,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6255,7 +6255,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6309,7 +6309,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6363,7 +6363,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6417,7 +6417,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6471,7 +6471,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6525,7 +6525,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6579,7 +6579,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6633,7 +6633,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6687,7 +6687,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6741,7 +6741,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6795,7 +6795,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6849,7 +6849,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6903,7 +6903,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -6957,7 +6957,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7011,7 +7011,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7065,7 +7065,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7119,7 +7119,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7173,7 +7173,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7227,7 +7227,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7281,7 +7281,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7335,7 +7335,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7389,7 +7389,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7443,7 +7443,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7497,7 +7497,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7551,7 +7551,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7605,7 +7605,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7659,7 +7659,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7713,7 +7713,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7767,7 +7767,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7821,7 +7821,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7875,7 +7875,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7929,7 +7929,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -7983,7 +7983,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8037,7 +8037,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8091,7 +8091,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8145,7 +8145,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8199,7 +8199,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8253,7 +8253,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8307,7 +8307,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8361,7 +8361,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8415,7 +8415,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8469,7 +8469,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8523,7 +8523,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8577,7 +8577,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8631,7 +8631,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8685,7 +8685,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8739,7 +8739,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8793,7 +8793,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8847,7 +8847,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8901,7 +8901,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -8955,7 +8955,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9009,7 +9009,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9063,7 +9063,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9117,7 +9117,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9171,7 +9171,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9225,7 +9225,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9279,7 +9279,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9333,7 +9333,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9387,7 +9387,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9441,7 +9441,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9495,7 +9495,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9549,7 +9549,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9603,7 +9603,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9657,7 +9657,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9711,7 +9711,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9765,7 +9765,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9819,7 +9819,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9873,7 +9873,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9927,7 +9927,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -9981,7 +9981,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10035,7 +10035,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10089,7 +10089,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10143,7 +10143,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10197,7 +10197,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10251,7 +10251,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10305,7 +10305,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10359,7 +10359,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10413,7 +10413,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10467,7 +10467,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10521,7 +10521,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10575,7 +10575,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10629,7 +10629,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10683,7 +10683,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10737,7 +10737,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10791,7 +10791,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10845,7 +10845,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10899,7 +10899,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -10953,7 +10953,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11007,7 +11007,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11061,7 +11061,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11115,7 +11115,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11169,7 +11169,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11223,7 +11223,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11277,7 +11277,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11331,7 +11331,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11385,7 +11385,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11439,7 +11439,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11493,7 +11493,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11547,7 +11547,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11601,7 +11601,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11655,7 +11655,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11709,7 +11709,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11763,7 +11763,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11817,7 +11817,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11871,7 +11871,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11925,7 +11925,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -11979,7 +11979,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12033,7 +12033,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12087,7 +12087,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12141,7 +12141,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12195,7 +12195,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12249,7 +12249,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12303,7 +12303,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12357,7 +12357,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12411,7 +12411,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12465,7 +12465,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12519,7 +12519,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12573,7 +12573,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12627,7 +12627,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12681,7 +12681,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12735,7 +12735,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12789,7 +12789,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12843,7 +12843,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12897,7 +12897,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -12951,7 +12951,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13005,7 +13005,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13059,7 +13059,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13113,7 +13113,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13167,7 +13167,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13221,7 +13221,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13275,7 +13275,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13329,7 +13329,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13383,7 +13383,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13437,7 +13437,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13491,7 +13491,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13545,7 +13545,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13599,7 +13599,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13653,7 +13653,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13707,7 +13707,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13761,7 +13761,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13815,7 +13815,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13869,7 +13869,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13923,7 +13923,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -13977,7 +13977,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14031,7 +14031,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14085,7 +14085,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14139,7 +14139,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14193,7 +14193,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14247,7 +14247,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14301,7 +14301,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14355,7 +14355,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14409,7 +14409,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14463,7 +14463,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14517,7 +14517,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14571,7 +14571,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14625,7 +14625,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14679,7 +14679,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14733,7 +14733,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14787,7 +14787,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14841,7 +14841,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14895,7 +14895,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -14949,7 +14949,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15003,7 +15003,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15057,7 +15057,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15111,7 +15111,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15165,7 +15165,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15219,7 +15219,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15273,7 +15273,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15327,7 +15327,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15381,7 +15381,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15435,7 +15435,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15489,7 +15489,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15543,7 +15543,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15597,7 +15597,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15651,7 +15651,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15705,7 +15705,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15759,7 +15759,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15813,7 +15813,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15867,7 +15867,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15921,7 +15921,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -15975,7 +15975,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16029,7 +16029,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16083,7 +16083,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16137,7 +16137,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16191,7 +16191,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16245,7 +16245,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16299,7 +16299,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16353,7 +16353,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16407,7 +16407,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16461,7 +16461,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16515,7 +16515,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16569,7 +16569,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16623,7 +16623,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16677,7 +16677,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16731,7 +16731,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16785,7 +16785,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16839,7 +16839,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16893,7 +16893,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -16947,7 +16947,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17001,7 +17001,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17055,7 +17055,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17109,7 +17109,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17163,7 +17163,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17217,7 +17217,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17271,7 +17271,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17325,7 +17325,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17379,7 +17379,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17433,7 +17433,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17487,7 +17487,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17541,7 +17541,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17595,7 +17595,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17649,7 +17649,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17703,7 +17703,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17757,7 +17757,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17811,7 +17811,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17865,7 +17865,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17919,7 +17919,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -17973,7 +17973,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18027,7 +18027,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18081,7 +18081,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18135,7 +18135,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18189,7 +18189,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18243,7 +18243,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18297,7 +18297,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18351,7 +18351,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18405,7 +18405,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18459,7 +18459,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18513,7 +18513,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18567,7 +18567,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18621,7 +18621,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18675,7 +18675,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18729,7 +18729,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18783,7 +18783,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18837,7 +18837,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18891,7 +18891,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18945,7 +18945,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -18999,7 +18999,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19053,7 +19053,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19107,7 +19107,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19161,7 +19161,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19215,7 +19215,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19269,7 +19269,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19323,7 +19323,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19377,7 +19377,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19431,7 +19431,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19485,7 +19485,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19539,7 +19539,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19593,7 +19593,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19647,7 +19647,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19701,7 +19701,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19755,7 +19755,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19809,7 +19809,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19863,7 +19863,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19917,7 +19917,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -19971,7 +19971,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20025,7 +20025,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20079,7 +20079,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20133,7 +20133,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20187,7 +20187,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20241,7 +20241,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20295,7 +20295,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20349,7 +20349,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20403,7 +20403,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20457,7 +20457,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20511,7 +20511,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20565,7 +20565,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20619,7 +20619,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20673,7 +20673,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20727,7 +20727,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20781,7 +20781,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20835,7 +20835,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20889,7 +20889,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20943,7 +20943,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -20997,7 +20997,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21051,7 +21051,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21105,7 +21105,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21159,7 +21159,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21213,7 +21213,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21267,7 +21267,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21321,7 +21321,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21375,7 +21375,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21429,7 +21429,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21483,7 +21483,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21537,7 +21537,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21591,7 +21591,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21645,7 +21645,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21699,7 +21699,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21753,7 +21753,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21807,7 +21807,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21861,7 +21861,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21915,7 +21915,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -21969,7 +21969,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22023,7 +22023,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22077,7 +22077,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22131,7 +22131,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22185,7 +22185,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22239,7 +22239,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22293,7 +22293,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22347,7 +22347,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22401,7 +22401,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22455,7 +22455,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22509,7 +22509,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22563,7 +22563,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22617,7 +22617,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22671,7 +22671,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22725,7 +22725,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22779,7 +22779,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22833,7 +22833,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22887,7 +22887,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22941,7 +22941,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -22995,7 +22995,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23049,7 +23049,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23103,7 +23103,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23157,7 +23157,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23211,7 +23211,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23265,7 +23265,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23319,7 +23319,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23373,7 +23373,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23427,7 +23427,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23481,7 +23481,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23535,7 +23535,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23589,7 +23589,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23643,7 +23643,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23697,7 +23697,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23751,7 +23751,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23805,7 +23805,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23859,7 +23859,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23913,7 +23913,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -23967,7 +23967,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24021,7 +24021,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24075,7 +24075,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24129,7 +24129,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24183,7 +24183,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24237,7 +24237,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24291,7 +24291,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24345,7 +24345,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24399,7 +24399,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24453,7 +24453,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24507,7 +24507,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24561,7 +24561,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24615,7 +24615,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24669,7 +24669,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24723,7 +24723,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24777,7 +24777,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24831,7 +24831,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24885,7 +24885,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24939,7 +24939,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -24993,7 +24993,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25047,7 +25047,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25101,7 +25101,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25155,7 +25155,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25209,7 +25209,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25263,7 +25263,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25317,7 +25317,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25371,7 +25371,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25425,7 +25425,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25479,7 +25479,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25533,7 +25533,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25587,7 +25587,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25641,7 +25641,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25695,7 +25695,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25749,7 +25749,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25803,7 +25803,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25857,7 +25857,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25911,7 +25911,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -25965,7 +25965,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26019,7 +26019,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26073,7 +26073,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26127,7 +26127,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26181,7 +26181,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26235,7 +26235,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26289,7 +26289,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26343,7 +26343,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26397,7 +26397,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26451,7 +26451,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26505,7 +26505,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26559,7 +26559,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26613,7 +26613,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26667,7 +26667,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26721,7 +26721,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26775,7 +26775,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26829,7 +26829,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26883,7 +26883,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26937,7 +26937,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -26991,7 +26991,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27045,7 +27045,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27099,7 +27099,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27153,7 +27153,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27207,7 +27207,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27261,7 +27261,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27315,7 +27315,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27369,7 +27369,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27423,7 +27423,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27477,7 +27477,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27531,7 +27531,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27585,7 +27585,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27639,7 +27639,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27693,7 +27693,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27747,7 +27747,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27801,7 +27801,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27855,7 +27855,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27909,7 +27909,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -27963,7 +27963,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28017,7 +28017,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28071,7 +28071,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28125,7 +28125,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28179,7 +28179,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28233,7 +28233,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28287,7 +28287,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28341,7 +28341,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28395,7 +28395,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28449,7 +28449,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28503,7 +28503,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28557,7 +28557,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28611,7 +28611,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28665,7 +28665,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28719,7 +28719,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28773,7 +28773,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:52 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28827,7 +28827,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28881,7 +28881,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28935,7 +28935,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -28989,7 +28989,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29043,7 +29043,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29097,7 +29097,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29151,7 +29151,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29205,7 +29205,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29259,7 +29259,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29313,7 +29313,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29367,7 +29367,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29421,7 +29421,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29475,7 +29475,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29529,7 +29529,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29583,7 +29583,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29637,7 +29637,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29691,7 +29691,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29745,7 +29745,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29799,7 +29799,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29853,7 +29853,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29907,7 +29907,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -29961,7 +29961,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30015,7 +30015,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30069,7 +30069,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30123,7 +30123,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30177,7 +30177,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30231,7 +30231,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30285,7 +30285,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30339,7 +30339,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30393,7 +30393,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30447,7 +30447,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30501,7 +30501,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30555,7 +30555,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30609,7 +30609,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30663,7 +30663,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30717,7 +30717,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30771,7 +30771,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30825,7 +30825,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30879,7 +30879,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30933,7 +30933,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -30987,7 +30987,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31041,7 +31041,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31095,7 +31095,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31149,7 +31149,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31203,7 +31203,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31257,7 +31257,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31311,7 +31311,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31365,7 +31365,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31419,7 +31419,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31473,7 +31473,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31527,7 +31527,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31581,7 +31581,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31635,7 +31635,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31689,7 +31689,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31743,7 +31743,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31797,7 +31797,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31851,7 +31851,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31905,7 +31905,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -31959,7 +31959,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32013,7 +32013,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32067,7 +32067,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32121,7 +32121,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32175,7 +32175,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32229,7 +32229,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32283,7 +32283,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32337,7 +32337,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32391,7 +32391,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32445,7 +32445,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32499,7 +32499,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32553,7 +32553,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32607,7 +32607,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32661,7 +32661,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32715,7 +32715,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32769,7 +32769,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32823,7 +32823,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32877,7 +32877,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32931,7 +32931,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -32985,7 +32985,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33039,7 +33039,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33093,7 +33093,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33147,7 +33147,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33201,7 +33201,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33255,7 +33255,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33309,7 +33309,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33363,7 +33363,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33417,7 +33417,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33471,7 +33471,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33525,7 +33525,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33579,7 +33579,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33633,7 +33633,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33687,7 +33687,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33741,7 +33741,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33795,7 +33795,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33849,7 +33849,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33903,7 +33903,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -33957,7 +33957,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34011,7 +34011,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34065,7 +34065,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34119,7 +34119,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34173,7 +34173,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34227,7 +34227,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34281,7 +34281,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34335,7 +34335,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34389,7 +34389,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34443,7 +34443,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34497,7 +34497,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34551,7 +34551,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34605,7 +34605,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34659,7 +34659,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34713,7 +34713,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34767,7 +34767,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34821,7 +34821,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34875,7 +34875,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34929,7 +34929,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -34983,7 +34983,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35037,7 +35037,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35091,7 +35091,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35145,7 +35145,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35199,7 +35199,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35253,7 +35253,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35307,7 +35307,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35361,7 +35361,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35415,7 +35415,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35469,7 +35469,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35523,7 +35523,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35577,7 +35577,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35631,7 +35631,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35685,7 +35685,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35739,7 +35739,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35793,7 +35793,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35847,7 +35847,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35901,7 +35901,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -35955,7 +35955,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36009,7 +36009,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36063,7 +36063,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36117,7 +36117,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36171,7 +36171,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36225,7 +36225,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36279,7 +36279,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36333,7 +36333,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36387,7 +36387,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36441,7 +36441,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36495,7 +36495,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36549,7 +36549,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36603,7 +36603,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36657,7 +36657,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36711,7 +36711,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36765,7 +36765,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36819,7 +36819,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36873,7 +36873,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36927,7 +36927,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -36981,7 +36981,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37035,7 +37035,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37089,7 +37089,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37143,7 +37143,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37197,7 +37197,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37251,7 +37251,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37305,7 +37305,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37359,7 +37359,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37413,7 +37413,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37467,7 +37467,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37521,7 +37521,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37575,7 +37575,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37629,7 +37629,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37683,7 +37683,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37737,7 +37737,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37791,7 +37791,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37845,7 +37845,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37899,7 +37899,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -37953,7 +37953,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38007,7 +38007,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38061,7 +38061,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38115,7 +38115,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38169,7 +38169,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38223,7 +38223,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38277,7 +38277,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38331,7 +38331,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38385,7 +38385,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38439,7 +38439,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38493,7 +38493,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38547,7 +38547,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38601,7 +38601,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38655,7 +38655,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38709,7 +38709,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38763,7 +38763,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38817,7 +38817,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38871,7 +38871,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38925,7 +38925,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -38979,7 +38979,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39033,7 +39033,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39087,7 +39087,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39141,7 +39141,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39195,7 +39195,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39249,7 +39249,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39303,7 +39303,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39357,7 +39357,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39411,7 +39411,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39465,7 +39465,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39519,7 +39519,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39573,7 +39573,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39627,7 +39627,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39681,7 +39681,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39735,7 +39735,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39789,7 +39789,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39843,7 +39843,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39897,7 +39897,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -39951,7 +39951,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40005,7 +40005,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40059,7 +40059,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40113,7 +40113,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40167,7 +40167,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40221,7 +40221,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40275,7 +40275,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40329,7 +40329,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40383,7 +40383,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40437,7 +40437,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40491,7 +40491,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40545,7 +40545,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40599,7 +40599,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40653,7 +40653,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40707,7 +40707,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40761,7 +40761,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40815,7 +40815,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40869,7 +40869,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40923,7 +40923,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -40977,7 +40977,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41031,7 +41031,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41085,7 +41085,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41139,7 +41139,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41193,7 +41193,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41247,7 +41247,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41301,7 +41301,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41355,7 +41355,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41409,7 +41409,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41463,7 +41463,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41517,7 +41517,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41571,7 +41571,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41625,7 +41625,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41679,7 +41679,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41733,7 +41733,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41787,7 +41787,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41841,7 +41841,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41895,7 +41895,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -41949,7 +41949,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42003,7 +42003,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42057,7 +42057,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42111,7 +42111,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42165,7 +42165,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42219,7 +42219,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42273,7 +42273,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42327,7 +42327,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42381,7 +42381,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42435,7 +42435,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42489,7 +42489,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42543,7 +42543,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42597,7 +42597,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42651,7 +42651,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42705,7 +42705,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42759,7 +42759,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42813,7 +42813,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42867,7 +42867,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42921,7 +42921,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -42975,7 +42975,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43029,7 +43029,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43083,7 +43083,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43137,7 +43137,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43191,7 +43191,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43245,7 +43245,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43299,7 +43299,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43353,7 +43353,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43407,7 +43407,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43461,7 +43461,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43515,7 +43515,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43569,7 +43569,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43623,7 +43623,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43677,7 +43677,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43731,7 +43731,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43785,7 +43785,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43839,7 +43839,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43893,7 +43893,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -43947,7 +43947,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44001,7 +44001,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44055,7 +44055,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44109,7 +44109,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44163,7 +44163,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44217,7 +44217,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44271,7 +44271,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44325,7 +44325,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44379,7 +44379,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44433,7 +44433,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44487,7 +44487,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44541,7 +44541,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44595,7 +44595,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44649,7 +44649,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44703,7 +44703,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44757,7 +44757,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44811,7 +44811,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44865,7 +44865,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44919,7 +44919,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -44973,7 +44973,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45027,7 +45027,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45081,7 +45081,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45135,7 +45135,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45189,7 +45189,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45243,7 +45243,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45297,7 +45297,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45351,7 +45351,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45405,7 +45405,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45459,7 +45459,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45513,7 +45513,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45567,7 +45567,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45621,7 +45621,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45675,7 +45675,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45729,7 +45729,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45783,7 +45783,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45837,7 +45837,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45891,7 +45891,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45945,7 +45945,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -45999,7 +45999,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46053,7 +46053,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46107,7 +46107,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46161,7 +46161,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46215,7 +46215,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46269,7 +46269,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46323,7 +46323,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46377,7 +46377,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46431,7 +46431,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46485,7 +46485,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46539,7 +46539,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46593,7 +46593,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46647,7 +46647,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46701,7 +46701,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46755,7 +46755,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46809,7 +46809,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46863,7 +46863,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46917,7 +46917,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -46971,7 +46971,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47025,7 +47025,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47079,7 +47079,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47133,7 +47133,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47187,7 +47187,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47241,7 +47241,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47295,7 +47295,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47349,7 +47349,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47403,7 +47403,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47457,7 +47457,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47511,7 +47511,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47565,7 +47565,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47619,7 +47619,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47673,7 +47673,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47727,7 +47727,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47781,7 +47781,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47835,7 +47835,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47889,7 +47889,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47943,7 +47943,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -47997,7 +47997,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48051,7 +48051,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48105,7 +48105,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48159,7 +48159,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48213,7 +48213,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48267,7 +48267,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48321,7 +48321,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48375,7 +48375,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48429,7 +48429,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48483,7 +48483,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48537,7 +48537,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48591,7 +48591,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48645,7 +48645,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48699,7 +48699,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48753,7 +48753,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48807,7 +48807,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48861,7 +48861,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48915,7 +48915,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -48969,7 +48969,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49023,7 +49023,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49077,7 +49077,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49131,7 +49131,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49185,7 +49185,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49239,7 +49239,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49293,7 +49293,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49347,7 +49347,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49401,7 +49401,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49455,7 +49455,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49509,7 +49509,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49563,7 +49563,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49617,7 +49617,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49671,7 +49671,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49725,7 +49725,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49779,7 +49779,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49833,7 +49833,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49887,7 +49887,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49941,7 +49941,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -49995,7 +49995,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50049,7 +50049,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50103,7 +50103,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50157,7 +50157,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50211,7 +50211,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50265,7 +50265,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50319,7 +50319,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50373,7 +50373,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50427,7 +50427,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50481,7 +50481,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50535,7 +50535,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50589,7 +50589,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50643,7 +50643,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50697,7 +50697,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50751,7 +50751,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50805,7 +50805,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50859,7 +50859,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50913,7 +50913,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -50967,7 +50967,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51021,7 +51021,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51075,7 +51075,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51129,7 +51129,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51183,7 +51183,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51237,7 +51237,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51291,7 +51291,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51345,7 +51345,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51399,7 +51399,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51453,7 +51453,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51507,7 +51507,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51561,7 +51561,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51615,7 +51615,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51669,7 +51669,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51723,7 +51723,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51777,7 +51777,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51831,7 +51831,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51885,7 +51885,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51939,7 +51939,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -51993,7 +51993,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52047,7 +52047,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52101,7 +52101,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52155,7 +52155,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52209,7 +52209,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52263,7 +52263,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52317,7 +52317,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52371,7 +52371,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52425,7 +52425,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52479,7 +52479,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52533,7 +52533,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52587,7 +52587,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52641,7 +52641,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52695,7 +52695,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52749,7 +52749,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52803,7 +52803,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52857,7 +52857,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52911,7 +52911,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -52965,7 +52965,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53019,7 +53019,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53073,7 +53073,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53127,7 +53127,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53181,7 +53181,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53235,7 +53235,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53289,7 +53289,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53343,7 +53343,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53397,7 +53397,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53451,7 +53451,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53505,7 +53505,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53559,7 +53559,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53613,7 +53613,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53667,7 +53667,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53721,7 +53721,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53775,7 +53775,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53829,7 +53829,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53883,7 +53883,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53937,7 +53937,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -53991,7 +53991,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54045,7 +54045,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54099,7 +54099,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54153,7 +54153,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54207,7 +54207,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54261,7 +54261,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54315,7 +54315,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54369,7 +54369,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54423,7 +54423,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54477,7 +54477,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54531,7 +54531,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54585,7 +54585,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54639,7 +54639,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54693,7 +54693,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54747,7 +54747,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54801,7 +54801,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54855,7 +54855,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54909,7 +54909,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -54963,7 +54963,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55017,7 +55017,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55071,7 +55071,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55125,7 +55125,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55179,7 +55179,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55233,7 +55233,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55287,7 +55287,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55341,7 +55341,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55395,7 +55395,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55449,7 +55449,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55503,7 +55503,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55557,7 +55557,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55611,7 +55611,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55665,7 +55665,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55719,7 +55719,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55773,7 +55773,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55827,7 +55827,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55881,7 +55881,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55935,7 +55935,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -55989,7 +55989,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56043,7 +56043,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56097,7 +56097,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56151,7 +56151,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56205,7 +56205,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56259,7 +56259,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56313,7 +56313,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56367,7 +56367,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56421,7 +56421,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56475,7 +56475,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56529,7 +56529,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56583,7 +56583,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56637,7 +56637,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56691,7 +56691,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56745,7 +56745,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56799,7 +56799,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56853,7 +56853,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56907,7 +56907,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -56961,7 +56961,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57015,7 +57015,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57069,7 +57069,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57123,7 +57123,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57177,7 +57177,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57231,7 +57231,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57285,7 +57285,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57339,7 +57339,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57393,7 +57393,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57447,7 +57447,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57501,7 +57501,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57555,7 +57555,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57609,7 +57609,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57663,7 +57663,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57717,7 +57717,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57771,7 +57771,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57825,7 +57825,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57879,7 +57879,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57933,7 +57933,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -57987,7 +57987,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58041,7 +58041,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58095,7 +58095,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58149,7 +58149,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58203,7 +58203,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58257,7 +58257,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58311,7 +58311,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58365,7 +58365,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58419,7 +58419,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58473,7 +58473,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58527,7 +58527,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58581,7 +58581,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58635,7 +58635,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58689,7 +58689,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58743,7 +58743,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58797,7 +58797,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58851,7 +58851,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58905,7 +58905,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -58959,7 +58959,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59013,7 +59013,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59067,7 +59067,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59121,7 +59121,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59175,7 +59175,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59229,7 +59229,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59283,7 +59283,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59337,7 +59337,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59391,7 +59391,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59445,7 +59445,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59499,7 +59499,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59553,7 +59553,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59607,7 +59607,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59661,7 +59661,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59715,7 +59715,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59769,7 +59769,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59823,7 +59823,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59877,7 +59877,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59931,7 +59931,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -59985,7 +59985,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60039,7 +60039,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60093,7 +60093,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60147,7 +60147,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60201,7 +60201,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60255,7 +60255,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60309,7 +60309,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60363,7 +60363,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60417,7 +60417,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60471,7 +60471,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60525,7 +60525,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60579,7 +60579,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60633,7 +60633,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60687,7 +60687,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60741,7 +60741,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60795,7 +60795,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60849,7 +60849,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60903,7 +60903,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -60957,7 +60957,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61011,7 +61011,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61065,7 +61065,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61119,7 +61119,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61173,7 +61173,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61227,7 +61227,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61281,7 +61281,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61335,7 +61335,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61389,7 +61389,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61443,7 +61443,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61497,7 +61497,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61551,7 +61551,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61605,7 +61605,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61659,7 +61659,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61713,7 +61713,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61767,7 +61767,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61821,7 +61821,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61875,7 +61875,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61929,7 +61929,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -61983,7 +61983,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62037,7 +62037,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62091,7 +62091,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62145,7 +62145,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62199,7 +62199,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62253,7 +62253,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62307,7 +62307,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62361,7 +62361,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62415,7 +62415,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62469,7 +62469,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62523,7 +62523,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62577,7 +62577,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62631,7 +62631,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62685,7 +62685,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62739,7 +62739,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62793,7 +62793,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62847,7 +62847,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62901,7 +62901,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -62955,7 +62955,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63009,7 +63009,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63063,7 +63063,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63117,7 +63117,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63171,7 +63171,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63225,7 +63225,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63279,7 +63279,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63333,7 +63333,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63387,7 +63387,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63441,7 +63441,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63495,7 +63495,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63549,7 +63549,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63603,7 +63603,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63657,7 +63657,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63711,7 +63711,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63765,7 +63765,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63819,7 +63819,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63873,7 +63873,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63927,7 +63927,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -63981,7 +63981,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64035,7 +64035,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64089,7 +64089,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64143,7 +64143,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64197,7 +64197,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64251,7 +64251,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64305,7 +64305,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64359,7 +64359,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64413,7 +64413,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64467,7 +64467,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64521,7 +64521,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64575,7 +64575,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64629,7 +64629,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64683,7 +64683,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64737,7 +64737,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64791,7 +64791,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64845,7 +64845,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64899,7 +64899,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -64953,7 +64953,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65007,7 +65007,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65061,7 +65061,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65115,7 +65115,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65169,7 +65169,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65223,7 +65223,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65277,7 +65277,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65331,7 +65331,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65385,7 +65385,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65439,7 +65439,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65493,7 +65493,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65547,7 +65547,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65601,7 +65601,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65655,7 +65655,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65709,7 +65709,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65763,7 +65763,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65817,7 +65817,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65871,7 +65871,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65925,7 +65925,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -65979,7 +65979,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66033,7 +66033,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66087,7 +66087,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66141,7 +66141,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66195,7 +66195,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66249,7 +66249,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66303,7 +66303,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66357,7 +66357,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66411,7 +66411,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66465,7 +66465,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66519,7 +66519,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66573,7 +66573,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66627,7 +66627,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66681,7 +66681,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66735,7 +66735,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66789,7 +66789,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66843,7 +66843,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66897,7 +66897,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -66951,7 +66951,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67005,7 +67005,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67059,7 +67059,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67113,7 +67113,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67167,7 +67167,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67221,7 +67221,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67275,7 +67275,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67329,7 +67329,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67383,7 +67383,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67437,7 +67437,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67491,7 +67491,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67545,7 +67545,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67599,7 +67599,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67653,7 +67653,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67707,7 +67707,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67761,7 +67761,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67815,7 +67815,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67869,7 +67869,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67923,7 +67923,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -67977,7 +67977,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68031,7 +68031,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68085,7 +68085,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68139,7 +68139,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68193,7 +68193,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68247,7 +68247,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68301,7 +68301,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68355,7 +68355,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68409,7 +68409,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68463,7 +68463,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68517,7 +68517,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68571,7 +68571,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68625,7 +68625,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68679,7 +68679,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68733,7 +68733,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68787,7 +68787,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68841,7 +68841,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68895,7 +68895,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -68949,7 +68949,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69003,7 +69003,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69057,7 +69057,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69111,7 +69111,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69165,7 +69165,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69219,7 +69219,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69273,7 +69273,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69327,7 +69327,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69381,7 +69381,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69435,7 +69435,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69489,7 +69489,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69543,7 +69543,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69597,7 +69597,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69651,7 +69651,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69705,7 +69705,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69759,7 +69759,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69813,7 +69813,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69867,7 +69867,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69921,7 +69921,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -69975,7 +69975,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70029,7 +70029,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70083,7 +70083,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70137,7 +70137,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70191,7 +70191,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70245,7 +70245,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70299,7 +70299,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70353,7 +70353,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70407,7 +70407,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70461,7 +70461,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70515,7 +70515,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70569,7 +70569,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70623,7 +70623,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70677,7 +70677,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70731,7 +70731,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70785,7 +70785,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70839,7 +70839,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70893,7 +70893,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -70947,7 +70947,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71001,7 +71001,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71055,7 +71055,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71109,7 +71109,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71163,7 +71163,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71217,7 +71217,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71271,7 +71271,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71325,7 +71325,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71379,7 +71379,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71433,7 +71433,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71487,7 +71487,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71541,7 +71541,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71595,7 +71595,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71649,7 +71649,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71703,7 +71703,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71757,7 +71757,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71811,7 +71811,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71865,7 +71865,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71919,7 +71919,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -71973,7 +71973,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72027,7 +72027,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72081,7 +72081,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72135,7 +72135,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72189,7 +72189,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72243,7 +72243,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72297,7 +72297,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72351,7 +72351,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72405,7 +72405,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72459,7 +72459,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72513,7 +72513,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72567,7 +72567,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72621,7 +72621,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72675,7 +72675,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72729,7 +72729,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72783,7 +72783,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72837,7 +72837,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72891,7 +72891,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72945,7 +72945,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -72999,7 +72999,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73053,7 +73053,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73107,7 +73107,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73161,7 +73161,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73215,7 +73215,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73269,7 +73269,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73323,7 +73323,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73377,7 +73377,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73431,7 +73431,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73485,7 +73485,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73539,7 +73539,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73593,7 +73593,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73647,7 +73647,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73701,7 +73701,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73755,7 +73755,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73809,7 +73809,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73863,7 +73863,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73917,7 +73917,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -73971,7 +73971,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -74025,7 +74025,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -74079,7 +74079,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -74133,7 +74133,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -74187,7 +74187,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' @@ -74241,7 +74241,7 @@ ize' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:508:in 'Puma::Server#process_client' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/server.rb:263:in 'block in Puma::Server#run' /app/vendor/bundle/ruby/4.0.0/gems/puma-8.0.1/lib/puma/thread_pool.rb:246:in 'block in Puma::ThreadPool#spawn_thread' -2026-08-27 20:22:27 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): +2026-09-02 11:46:53 - PG::ConnectionBad - connection to server at "127.0.0.1", port 5432 failed: FATAL: sorry, too many clients already (PG::ConnectionBad): /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:751:in 'PG::Connection::Pollable#polling_loop' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:795:in 'PG::Connection#async_connect_or_reset' /app/vendor/bundle/ruby/4.0.0/gems/pg-1.6.3-x86_64-linux/lib/pg/connection.rb:951:in 'PG::Connection.connect_to_hosts' diff --git a/site/static/logs/baseline/4096/hanami.log b/site/static/logs/baseline/4096/hanami.log index e3f918952..329ff1d60 100644 --- a/site/static/logs/baseline/4096/hanami.log +++ b/site/static/logs/baseline/4096/hanami.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 0 (PID: 9) booted in 0.1s, phase: 0 [1] - Worker 1 (PID: 13) 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: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) 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.1s, 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: 45) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 49) booted in 0.09s, phase: 0 -[1] - Worker 11 (PID: 53) booted in 0.08s, phase: 0 -[1] - Worker 12 (PID: 57) booted in 0.08s, phase: 0 -[1] - Worker 13 (PID: 61) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 66) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 71) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 76) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 80) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 85) booted in 0.09s, phase: 0 -[1] - Worker 19 (PID: 90) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 102) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 108) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 113) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 118) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 124) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 131) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 137) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 162) booted in 0.08s, phase: 0 -[1] - Worker 30 (PID: 172) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 199) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 206) booted in 0.07s, 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.07s, phase: 0 -[1] - Worker 40 (PID: 228) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.07s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.07s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.07s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.07s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.06s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.06s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.06s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.06s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 332) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 338) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 344) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 350) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 356) booted in 0.05s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.05s, 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: 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 18 (PID: 97) booted in 0.09s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.09s, phase: 0 +[1] - Worker 19 (PID: 105) booted in 0.09s, phase: 0 +[1] - Worker 20 (PID: 111) booted in 0.09s, phase: 0 +[1] - Worker 21 (PID: 116) booted in 0.09s, phase: 0 +[1] - Worker 22 (PID: 122) booted in 0.09s, phase: 0 +[1] - Worker 23 (PID: 130) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 135) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 141) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 151) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 165) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 180) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 186) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 192) booted in 0.08s, phase: 0 +[1] - Worker 34 (PID: 197) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.09s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.09s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.09s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.09s, phase: 0 +[1] - Worker 40 (PID: 230) booted in 0.09s, phase: 0 +[1] - Worker 41 (PID: 236) booted in 0.09s, phase: 0 +[1] - Worker 42 (PID: 241) booted in 0.11s, phase: 0 +[1] - Worker 43 (PID: 247) booted in 0.11s, phase: 0 +[1] - Worker 44 (PID: 252) booted in 0.11s, phase: 0 +[1] - Worker 45 (PID: 257) booted in 0.11s, phase: 0 +[1] - Worker 46 (PID: 262) booted in 0.11s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.11s, phase: 0 +[1] - Worker 48 (PID: 274) booted in 0.11s, phase: 0 +[1] - Worker 49 (PID: 280) booted in 0.11s, phase: 0 +[1] - Worker 50 (PID: 286) booted in 0.1s, phase: 0 +[1] - Worker 51 (PID: 293) booted in 0.1s, phase: 0 +[1] - Worker 52 (PID: 300) booted in 0.1s, phase: 0 +[1] - Worker 53 (PID: 305) booted in 0.1s, phase: 0 +[1] - Worker 54 (PID: 311) booted in 0.1s, phase: 0 +[1] - Worker 55 (PID: 317) booted in 0.1s, phase: 0 +[1] - Worker 56 (PID: 323) booted in 0.1s, phase: 0 +[1] - Worker 57 (PID: 329) booted in 0.1s, phase: 0 +[1] - Worker 58 (PID: 335) booted in 0.09s, phase: 0 +[1] - Worker 59 (PID: 340) booted in 0.1s, phase: 0 +[1] - Worker 60 (PID: 346) booted in 0.1s, phase: 0 +[1] - Worker 61 (PID: 352) booted in 0.09s, phase: 0 +[1] - Worker 62 (PID: 358) booted in 0.09s, phase: 0 +[1] - Worker 63 (PID: 364) booted in 0.09s, phase: 0 diff --git a/site/static/logs/baseline/4096/rack-falcon.log b/site/static/logs/baseline/4096/rack-falcon.log index eabd23651..1edec4189 100644 --- a/site/static/logs/baseline/4096/rack-falcon.log +++ b/site/static/logs/baseline/4096/rack-falcon.log @@ -1,8 +1,8 @@ -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! @@ -67,8 +67,8 @@ /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} -{"time":"2026-05-21T21:12:41+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} +{"time":"2026-09-02T11:15:50+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} diff --git a/site/static/logs/baseline/4096/rack-iodine.log b/site/static/logs/baseline/4096/rack-iodine.log index 4ca0e2ed3..f491a827a 100644 --- a/site/static/logs/baseline/4096/rack-iodine.log +++ b/site/static/logs/baseline/4096/rack-iodine.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -20,22 +20,22 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 35 is running. -INFO: 40 is running. -INFO: 45 is running. -INFO: 50 is running. +INFO: 34 is running. +INFO: 39 is running. +INFO: 44 is running. +INFO: 49 is running. INFO: 55 is running. INFO: 60 is running. -INFO: 65 is running. +INFO: 64 is running. INFO: 70 is running. -INFO: 75 is running. -INFO: 80 is running. -INFO: 85 is running. +INFO: 74 is running. +INFO: 79 is running. +INFO: 84 is running. INFO: 90 is running. INFO: 95 is running. INFO: 100 is running. INFO: 105 is running. -INFO: 110 is running. +INFO: 111 is running. INFO: 116 is running. INFO: 121 is running. INFO: 126 is running. @@ -46,19 +46,19 @@ INFO: 146 is running. INFO: 151 is running. INFO: 156 is running. INFO: 161 is running. -INFO: 166 is running. +INFO: 167 is running. INFO: 171 is running. -INFO: 175 is running. +INFO: 176 is running. INFO: 181 is running. INFO: 186 is running. INFO: 191 is running. -INFO: 197 is running. -INFO: 202 is running. -INFO: 207 is running. -INFO: 211 is running. -INFO: 216 is running. -INFO: 221 is running. -INFO: 226 is running. +INFO: 196 is running. +INFO: 201 is running. +INFO: 206 is running. +INFO: 212 is running. +INFO: 217 is running. +INFO: 222 is running. +INFO: 227 is running. INFO: 232 is running. INFO: 237 is running. INFO: 242 is running. @@ -71,21 +71,21 @@ INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 295 is running. -INFO: 299 is running. -INFO: 303 is running. -INFO: 307 is running. -INFO: 312 is running. -INFO: 318 is running. -INFO: 323 is running. +INFO: 292 is running. +INFO: 300 is running. +INFO: 304 is running. +INFO: 308 is running. +INFO: 313 is running. +INFO: 317 is running. +INFO: 322 is running. INFO: 327 is running. INFO: 333 is running. INFO: 338 is running. -INFO: 342 is running. +INFO: 343 is running. INFO: 348 is running. INFO: 353 is running. INFO: 358 is running. -INFO: 362 is running. +INFO: 363 is running. INFO: 368 is running. INFO: 373 is running. INFO: 378 is running. @@ -95,9 +95,9 @@ INFO: 393 is running. INFO: 398 is running. INFO: 403 is running. INFO: 408 is running. -INFO: 412 is running. -INFO: 417 is running. -INFO: 422 is running. +INFO: 413 is running. +INFO: 418 is running. +INFO: 423 is running. INFO: 428 is running. INFO: 433 is running. INFO: 438 is running. @@ -128,16 +128,16 @@ INFO: 558 is running. INFO: 563 is running. INFO: 568 is running. INFO: 573 is running. -INFO: 578 is running. -INFO: 583 is running. -INFO: 588 is running. -INFO: 593 is running. -INFO: 598 is running. +INFO: 579 is running. +INFO: 584 is running. +INFO: 589 is running. +INFO: 594 is running. +INFO: 599 is running. INFO: 604 is running. INFO: 610 is running. -INFO: 619 is running. -INFO: 623 is running. -INFO: 628 is running. -INFO: 633 is running. -INFO: 638 is running. INFO: 614 is running. +INFO: 618 is running. +INFO: 624 is running. +INFO: 629 is running. +INFO: 633 is running. +INFO: 639 is running. diff --git a/site/static/logs/baseline/4096/rage.log b/site/static/logs/baseline/4096/rage.log index 483ceab48..2d54f291d 100644 --- a/site/static/logs/baseline/4096/rage.log +++ b/site/static/logs/baseline/4096/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -24,36 +24,36 @@ INFO: 36 is running. INFO: 41 is running. INFO: 46 is running. INFO: 51 is running. -INFO: 56 is running. -INFO: 61 is running. -INFO: 66 is running. -INFO: 72 is running. +INFO: 55 is running. +INFO: 60 is running. +INFO: 65 is running. +INFO: 71 is running. INFO: 77 is running. INFO: 82 is running. INFO: 87 is running. INFO: 91 is running. -INFO: 96 is running. +INFO: 97 is running. INFO: 101 is running. INFO: 106 is running. -INFO: 111 is running. -INFO: 116 is running. -INFO: 121 is running. -INFO: 126 is running. +INFO: 110 is running. +INFO: 115 is running. +INFO: 120 is running. +INFO: 125 is running. INFO: 131 is running. -INFO: 137 is running. -INFO: 141 is running. -INFO: 146 is running. +INFO: 136 is running. +INFO: 142 is running. +INFO: 147 is running. INFO: 152 is running. -INFO: 157 is running. INFO: 162 is running. +INFO: 157 is running. INFO: 167 is running. -INFO: 172 is running. -INFO: 177 is running. -INFO: 182 is running. +INFO: 171 is running. +INFO: 175 is running. +INFO: 180 is running. INFO: 187 is running. INFO: 192 is running. INFO: 197 is running. -INFO: 201 is running. +INFO: 202 is running. INFO: 210 is running. INFO: 214 is running. INFO: 218 is running. @@ -61,37 +61,37 @@ INFO: 222 is running. INFO: 227 is running. INFO: 232 is running. INFO: 237 is running. -INFO: 242 is running. -INFO: 247 is running. -INFO: 252 is running. +INFO: 241 is running. +INFO: 246 is running. +INFO: 251 is running. INFO: 257 is running. INFO: 262 is running. INFO: 267 is running. INFO: 272 is running. -INFO: 277 is running. -INFO: 282 is running. -INFO: 287 is running. +INFO: 278 is running. +INFO: 283 is running. +INFO: 288 is running. INFO: 295 is running. INFO: 299 is running. INFO: 303 is running. -INFO: 307 is running. -INFO: 312 is running. -INFO: 317 is running. +INFO: 308 is running. +INFO: 313 is running. +INFO: 318 is running. INFO: 323 is running. -INFO: 327 is running. -INFO: 332 is running. -INFO: 337 is running. +INFO: 328 is running. +INFO: 333 is running. +INFO: 338 is running. INFO: 343 is running. INFO: 348 is running. INFO: 353 is running. INFO: 358 is running. INFO: 363 is running. INFO: 368 is running. -INFO: 374 is running. -INFO: 379 is running. -INFO: 384 is running. -INFO: 389 is running. -INFO: 394 is running. +INFO: 373 is running. +INFO: 378 is running. +INFO: 383 is running. +INFO: 388 is running. +INFO: 393 is running. INFO: 398 is running. INFO: 403 is running. INFO: 408 is running. @@ -113,25 +113,25 @@ INFO: 483 is running. INFO: 488 is running. INFO: 493 is running. INFO: 498 is running. -INFO: 502 is running. +INFO: 503 is running. INFO: 508 is running. INFO: 513 is running. INFO: 518 is running. INFO: 523 is running. -INFO: 530 is running. +INFO: 529 is running. INFO: 534 is running. -INFO: 538 is running. -INFO: 544 is running. -INFO: 548 is running. -INFO: 553 is running. -INFO: 559 is running. +INFO: 539 is running. +INFO: 543 is running. +INFO: 549 is running. +INFO: 554 is running. +INFO: 558 is running. INFO: 563 is running. INFO: 568 is running. INFO: 573 is running. -INFO: 578 is running. -INFO: 583 is running. +INFO: 579 is running. +INFO: 584 is running. INFO: 588 is running. -INFO: 594 is running. +INFO: 593 is running. INFO: 598 is running. INFO: 604 is running. INFO: 610 is running. diff --git a/site/static/logs/baseline/4096/rails.log b/site/static/logs/baseline/4096/rails.log index 1e58aeccc..0c7d76e5c 100644 --- a/site/static/logs/baseline/4096/rails.log +++ b/site/static/logs/baseline/4096/rails.log @@ -24,14 +24,14 @@ [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 [1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 @@ -39,45 +39,45 @@ [1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 [1] - Worker 20 (PID: 116) booted in 0.12s, phase: 0 [1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 [1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 147) booted in 0.1s, phase: 0 -[1] - Worker 26 (PID: 154) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 160) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 173) booted in 0.09s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 [1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.08s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 266) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 278) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 [1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 313) booted in 0.05s, phase: 0 [1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 367) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/baseline/4096/roda.log b/site/static/logs/baseline/4096/roda.log index d24b17168..9fee88c3e 100644 --- a/site/static/logs/baseline/4096/roda.log +++ b/site/static/logs/baseline/4096/roda.log @@ -16,65 +16,65 @@ [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: 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: 29) booted in 0.09s, phase: 0 +[1] - Worker 2 (PID: 16) booted in 0.1s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.1s, 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.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: 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.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 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.08s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.07s, 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: 69) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) 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: 99) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 106) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 112) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 117) booted in 0.07s, phase: 0 +[1] - Worker 22 (PID: 123) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 129) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 151) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 [1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 [1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.06s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.07s, 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: 244) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 255) 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: 278) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 290) booted in 0.05s, 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: 235) 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: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 291) 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.05s, 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 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) 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.04s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.03s, phase: 0 diff --git a/site/static/logs/baseline/4096/sinatra.log b/site/static/logs/baseline/4096/sinatra.log index 98eca8e71..c4812a356 100644 --- a/site/static/logs/baseline/4096/sinatra.log +++ b/site/static/logs/baseline/4096/sinatra.log @@ -15,66 +15,66 @@ [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.1s, 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: 42) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 47) 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: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 82) 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 122) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 140) 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: 156) 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: 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.05s, phase: 0 -[1] - Worker 38 (PID: 216) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 227) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 222) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 246) 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: 262) 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: 279) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 297) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 321) 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: 351) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.11s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.11s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.11s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.11s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.11s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.1s, phase: 0 +[1] - Worker 7 (PID: 37) booted in 0.1s, phase: 0 +[1] - Worker 8 (PID: 41) booted in 0.1s, phase: 0 +[1] - Worker 9 (PID: 45) booted in 0.1s, phase: 0 +[1] - Worker 10 (PID: 49) booted in 0.1s, phase: 0 +[1] - Worker 11 (PID: 53) booted in 0.1s, phase: 0 +[1] - Worker 12 (PID: 57) booted in 0.09s, phase: 0 +[1] - Worker 13 (PID: 61) booted in 0.09s, phase: 0 +[1] - Worker 14 (PID: 65) booted in 0.09s, phase: 0 +[1] - Worker 15 (PID: 69) booted in 0.09s, phase: 0 +[1] - Worker 16 (PID: 73) booted in 0.09s, phase: 0 +[1] - Worker 17 (PID: 77) booted in 0.09s, phase: 0 +[1] - Worker 18 (PID: 81) booted in 0.09s, phase: 0 +[1] - Worker 19 (PID: 85) booted in 0.09s, phase: 0 +[1] - Worker 20 (PID: 89) booted in 0.09s, phase: 0 +[1] - Worker 21 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 98) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 103) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 108) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 113) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 118) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 123) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 160) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 165) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 181) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 217) 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: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 261) 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: 279) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 291) 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: 339) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.03s, 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/json-comp/16384/hanami.log b/site/static/logs/json-comp/16384/hanami.log index 9f7b04e3d..48e48cbcf 100644 --- a/site/static/logs/json-comp/16384/hanami.log +++ b/site/static/logs/json-comp/16384/hanami.log @@ -15,42 +15,42 @@ [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 1 (PID: 13) 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 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: 43) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 48) booted in 0.09s, 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 8 (PID: 42) booted in 0.09s, 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: 69) 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.09s, phase: 0 -[1] - Worker 18 (PID: 101) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 88) booted in 0.07s, 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: 109) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 [1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 [1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 [1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 [1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 149) 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: 179) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 [1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.07s, phase: 0 [1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 @@ -68,7 +68,7 @@ [1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 [1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 [1] - Worker 53 (PID: 303) booted in 0.06s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.06s, phase: 0 [1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 [1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 [1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 @@ -76,5 +76,5 @@ [1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 [1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 [1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 358) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.05s, phase: 0 [1] - Worker 63 (PID: 363) booted in 0.05s, phase: 0 diff --git a/site/static/logs/json-comp/16384/rage.log b/site/static/logs/json-comp/16384/rage.log index 0986499b4..ed0216366 100644 --- a/site/static/logs/json-comp/16384/rage.log +++ b/site/static/logs/json-comp/16384/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -22,43 +22,43 @@ INFO: 26 is running. INFO: 31 is running. INFO: 36 is running. INFO: 41 is running. -INFO: 45 is running. -INFO: 50 is running. -INFO: 55 is running. +INFO: 46 is running. +INFO: 51 is running. +INFO: 56 is running. INFO: 60 is running. INFO: 65 is running. -INFO: 71 is running. -INFO: 76 is running. +INFO: 70 is running. +INFO: 75 is running. INFO: 81 is running. INFO: 86 is running. INFO: 91 is running. INFO: 96 is running. INFO: 101 is running. -INFO: 106 is running. -INFO: 111 is running. -INFO: 116 is running. +INFO: 105 is running. +INFO: 110 is running. +INFO: 115 is running. INFO: 121 is running. INFO: 126 is running. -INFO: 132 is running. -INFO: 137 is running. -INFO: 142 is running. -INFO: 147 is running. -INFO: 152 is running. +INFO: 131 is running. +INFO: 136 is running. +INFO: 141 is running. +INFO: 146 is running. +INFO: 151 is running. INFO: 157 is running. INFO: 162 is running. INFO: 167 is running. -INFO: 171 is running. +INFO: 172 is running. INFO: 176 is running. INFO: 181 is running. -INFO: 187 is running. -INFO: 191 is running. -INFO: 196 is running. -INFO: 201 is running. +INFO: 186 is running. +INFO: 192 is running. +INFO: 197 is running. +INFO: 202 is running. INFO: 210 is running. INFO: 214 is running. INFO: 218 is running. INFO: 222 is running. -INFO: 226 is running. +INFO: 227 is running. INFO: 232 is running. INFO: 237 is running. INFO: 242 is running. @@ -78,40 +78,40 @@ INFO: 307 is running. INFO: 312 is running. INFO: 317 is running. INFO: 322 is running. -INFO: 328 is running. +INFO: 327 is running. INFO: 333 is running. INFO: 338 is running. -INFO: 343 is running. -INFO: 347 is running. -INFO: 352 is running. -INFO: 357 is running. -INFO: 362 is running. +INFO: 342 is running. +INFO: 348 is running. +INFO: 353 is running. +INFO: 358 is running. +INFO: 363 is running. INFO: 368 is running. INFO: 373 is running. INFO: 378 is running. INFO: 383 is running. -INFO: 393 is running. INFO: 388 is running. +INFO: 393 is running. INFO: 398 is running. INFO: 404 is running. INFO: 409 is running. INFO: 413 is running. INFO: 418 is running. -INFO: 423 is running. +INFO: 422 is running. INFO: 428 is running. INFO: 433 is running. INFO: 438 is running. INFO: 443 is running. INFO: 448 is running. INFO: 452 is running. -INFO: 458 is running. -INFO: 463 is running. +INFO: 457 is running. +INFO: 462 is running. INFO: 468 is running. INFO: 473 is running. INFO: 478 is running. INFO: 483 is running. -INFO: 488 is running. -INFO: 493 is running. +INFO: 487 is running. +INFO: 492 is running. INFO: 498 is running. INFO: 503 is running. INFO: 508 is running. @@ -122,22 +122,22 @@ INFO: 530 is running. INFO: 534 is running. INFO: 538 is running. INFO: 543 is running. -INFO: 548 is running. -INFO: 553 is running. -INFO: 558 is running. +INFO: 549 is running. +INFO: 554 is running. +INFO: 559 is running. INFO: 563 is running. INFO: 568 is running. -INFO: 574 is running. -INFO: 579 is running. +INFO: 573 is running. +INFO: 578 is running. +INFO: 583 is running. INFO: 589 is running. -INFO: 593 is running. -INFO: 597 is running. -INFO: 584 is running. -INFO: 602 is running. -INFO: 608 is running. +INFO: 594 is running. +INFO: 599 is running. +INFO: 604 is running. +INFO: 609 is running. INFO: 614 is running. -INFO: 619 is running. -INFO: 623 is running. -INFO: 628 is running. +INFO: 618 is running. +INFO: 624 is running. +INFO: 629 is running. INFO: 633 is running. -INFO: 638 is running. +INFO: 639 is running. diff --git a/site/static/logs/json-comp/16384/rails.log b/site/static/logs/json-comp/16384/rails.log index e5d74d7b8..e138de087 100644 --- a/site/static/logs/json-comp/16384/rails.log +++ b/site/static/logs/json-comp/16384/rails.log @@ -19,64 +19,64 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.16s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.16s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.15s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.15s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.15s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.14s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 -[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 -[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 14 (PID: 84) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 90) booted in 0.13s, phase: 0 +[1] - Worker 16 (PID: 95) booted in 0.13s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 112) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 118) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.12s, phase: 0 [1] - Worker 22 (PID: 129) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 135) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 141) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 147) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 153) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 159) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.11s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 +[1] - Worker 30 (PID: 181) booted in 0.1s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 33 (PID: 198) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 203) booted in 0.09s, phase: 0 +[1] - Worker 35 (PID: 209) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 214) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 219) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 228) booted in 0.08s, phase: 0 [1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 [1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 272) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 [1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 313) booted in 0.05s, phase: 0 [1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 367) 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 c00ec45ba..d8d65c262 100644 --- a/site/static/logs/json-comp/16384/roda.log +++ b/site/static/logs/json-comp/16384/roda.log @@ -16,65 +16,65 @@ [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: 16) booted in 0.1s, phase: 0 -[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) 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: 42) booted in 0.09s, phase: 0 -[1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 53) booted in 0.09s, phase: 0 -[1] - Worker 11 (PID: 58) booted in 0.09s, phase: 0 -[1] - Worker 12 (PID: 63) booted in 0.09s, phase: 0 -[1] - Worker 13 (PID: 70) 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 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: 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: 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) 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.08s, phase: 0 -[1] - Worker 23 (PID: 127) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 140) booted in 0.08s, 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: 114) 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: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 [1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.08s, phase: 0 -[1] - Worker 30 (PID: 175) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 229) booted in 0.06s, 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: 227) 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: 244) booted in 0.06s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 249) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 269) booted in 0.05s, phase: 0 -[1] - Worker 48 (PID: 275) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 281) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 287) 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.05s, phase: 0 -[1] - Worker 55 (PID: 316) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 322) booted in 0.05s, 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: 340) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 346) 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.04s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.04s, 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: 278) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) 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: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) 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.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/json-comp/16384/sinatra.log b/site/static/logs/json-comp/16384/sinatra.log index d16b2d52c..86b73c348 100644 --- a/site/static/logs/json-comp/16384/sinatra.log +++ b/site/static/logs/json-comp/16384/sinatra.log @@ -19,14 +19,14 @@ [1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.1s, 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.09s, phase: 0 [1] - Worker 9 (PID: 47) 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.09s, 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: 76) booted in 0.08s, phase: 0 [1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 @@ -34,22 +34,22 @@ [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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 122) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 128) booted in 0.08s, 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: 141) booted in 0.07s, phase: 0 -[1] - Worker 26 (PID: 147) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 152) booted in 0.07s, phase: 0 -[1] - Worker 28 (PID: 158) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 166) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 175) booted in 0.06s, phase: 0 -[1] - Worker 31 (PID: 180) booted in 0.06s, phase: 0 -[1] - Worker 32 (PID: 186) booted in 0.06s, phase: 0 -[1] - Worker 33 (PID: 192) booted in 0.06s, phase: 0 -[1] - Worker 34 (PID: 197) booted in 0.06s, phase: 0 -[1] - Worker 35 (PID: 202) booted in 0.06s, 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: 156) 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: 191) booted in 0.06s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 [1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 @@ -60,7 +60,7 @@ [1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.04s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.04s, phase: 0 [1] - Worker 47 (PID: 267) booted in 0.04s, phase: 0 [1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 [1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 @@ -70,8 +70,8 @@ [1] - Worker 53 (PID: 303) booted in 0.03s, phase: 0 [1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 [1] - Worker 55 (PID: 315) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 321) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 327) 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: 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.03s, phase: 0 diff --git a/site/static/logs/json-comp/4096/hanami.log b/site/static/logs/json-comp/4096/hanami.log index 16ba1ab05..43523e72d 100644 --- a/site/static/logs/json-comp/4096/hanami.log +++ b/site/static/logs/json-comp/4096/hanami.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: 10) booted in 0.09s, phase: 0 +[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 3 (PID: 21) booted in 0.09s, phase: 0 @@ -22,59 +22,59 @@ [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 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 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: 86) booted in 0.07s, phase: 0 -[1] - Worker 17 (PID: 91) 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 15 (PID: 81) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 86) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.08s, phase: 0 [1] - Worker 20 (PID: 110) 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.08s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 [1] - Worker 23 (PID: 127) booted in 0.08s, phase: 0 [1] - Worker 24 (PID: 133) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, 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.07s, phase: 0 -[1] - Worker 30 (PID: 172) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 [1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 213) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 230) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 241) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 252) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 257) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 262) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 268) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 274) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 280) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 286) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 292) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 298) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 304) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 310) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 316) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 322) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 328) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 340) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 346) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 352) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 358) booted in 0.05s, phase: 0 -[1] - Worker 63 (PID: 364) booted in 0.04s, phase: 0 +[1] - Worker 40 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 234) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 251) booted in 0.07s, phase: 0 +[1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.06s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 333) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 +[1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.05s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.05s, phase: 0 diff --git a/site/static/logs/json-comp/4096/rage.log b/site/static/logs/json-comp/4096/rage.log index 71d149d94..5fcb9e2a0 100644 --- a/site/static/logs/json-comp/4096/rage.log +++ b/site/static/logs/json-comp/4096/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -36,21 +36,21 @@ INFO: 97 is running. INFO: 102 is running. INFO: 106 is running. INFO: 111 is running. -INFO: 115 is running. +INFO: 116 is running. INFO: 121 is running. INFO: 126 is running. -INFO: 132 is running. -INFO: 137 is running. -INFO: 142 is running. +INFO: 131 is running. +INFO: 136 is running. +INFO: 141 is running. INFO: 147 is running. INFO: 152 is running. -INFO: 156 is running. +INFO: 157 is running. INFO: 162 is running. INFO: 167 is running. INFO: 171 is running. INFO: 176 is running. INFO: 181 is running. -INFO: 186 is running. +INFO: 187 is running. INFO: 192 is running. INFO: 197 is running. INFO: 202 is running. @@ -71,28 +71,28 @@ INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 295 is running. -INFO: 299 is running. -INFO: 303 is running. +INFO: 293 is running. +INFO: 300 is running. +INFO: 304 is running. INFO: 308 is running. INFO: 312 is running. -INFO: 318 is running. +INFO: 317 is running. INFO: 322 is running. -INFO: 328 is running. -INFO: 333 is running. -INFO: 337 is running. -INFO: 342 is running. -INFO: 347 is running. -INFO: 352 is running. -INFO: 358 is running. -INFO: 363 is running. +INFO: 327 is running. +INFO: 332 is running. +INFO: 338 is running. +INFO: 343 is running. +INFO: 348 is running. +INFO: 353 is running. +INFO: 359 is running. +INFO: 364 is running. INFO: 368 is running. INFO: 373 is running. -INFO: 377 is running. +INFO: 378 is running. INFO: 383 is running. INFO: 388 is running. +INFO: 398 is running. INFO: 393 is running. -INFO: 397 is running. INFO: 403 is running. INFO: 408 is running. INFO: 413 is running. @@ -103,41 +103,41 @@ INFO: 433 is running. INFO: 438 is running. INFO: 443 is running. INFO: 448 is running. -INFO: 454 is running. +INFO: 453 is running. +INFO: 463 is running. INFO: 458 is running. -INFO: 464 is running. -INFO: 468 is running. -INFO: 473 is running. +INFO: 467 is running. +INFO: 472 is running. INFO: 478 is running. -INFO: 483 is running. +INFO: 484 is running. INFO: 488 is running. +INFO: 499 is running. INFO: 493 is running. -INFO: 498 is running. INFO: 503 is running. INFO: 508 is running. INFO: 513 is running. INFO: 518 is running. INFO: 523 is running. -INFO: 530 is running. +INFO: 529 is running. +INFO: 543 is running. INFO: 534 is running. INFO: 538 is running. -INFO: 543 is running. -INFO: 548 is running. -INFO: 553 is running. +INFO: 547 is running. +INFO: 554 is running. INFO: 558 is running. -INFO: 563 is running. +INFO: 564 is running. INFO: 568 is running. +INFO: 584 is running. INFO: 573 is running. INFO: 578 is running. -INFO: 593 is running. -INFO: 587 is running. -INFO: 583 is running. -INFO: 597 is running. +INFO: 590 is running. +INFO: 594 is running. +INFO: 599 is running. INFO: 604 is running. -INFO: 609 is running. +INFO: 608 is running. INFO: 614 is running. -INFO: 618 is running. -INFO: 623 is running. -INFO: 628 is running. -INFO: 634 is running. -INFO: 639 is running. +INFO: 619 is running. +INFO: 624 is running. +INFO: 629 is running. +INFO: 638 is running. +INFO: 633 is running. diff --git a/site/static/logs/json-comp/4096/rails.log b/site/static/logs/json-comp/4096/rails.log index 44580e305..77eb9aa5b 100644 --- a/site/static/logs/json-comp/4096/rails.log +++ b/site/static/logs/json-comp/4096/rails.log @@ -22,62 +22,62 @@ [1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.15s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 -[1] - Worker 10 (PID: 55) booted in 0.14s, phase: 0 -[1] - Worker 11 (PID: 62) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.15s, phase: 0 +[1] - Worker 6 (PID: 35) booted in 0.15s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 84) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 89) booted in 0.13s, phase: 0 -[1] - Worker 16 (PID: 95) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 [1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 112) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 118) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 [1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 129) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 [1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 26 (PID: 151) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 165) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 219) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 225) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 [1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 [1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 314) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 320) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 332) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/json-comp/4096/roda.log b/site/static/logs/json-comp/4096/roda.log index 0998d70c7..ab87242c6 100644 --- a/site/static/logs/json-comp/4096/roda.log +++ b/site/static/logs/json-comp/4096/roda.log @@ -17,45 +17,45 @@ [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.1s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, 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: 47) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 52) 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: 57) booted in 0.09s, 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: 76) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 82) 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: 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 17 (PID: 93) booted in 0.08s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.08s, 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: 116) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 115) 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 23 (PID: 127) booted in 0.07s, phase: 0 [1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 [1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 [1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 [1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.07s, phase: 0 [1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 -[1] - Worker 39 (PID: 222) 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 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: 239) booted in 0.06s, phase: 0 [1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 @@ -67,14 +67,14 @@ [1] - Worker 50 (PID: 284) 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 53 (PID: 302) booted in 0.05s, phase: 0 [1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 [1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 [1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 332) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 339) 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.04s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 364) booted in 0.04s, phase: 0 diff --git a/site/static/logs/json-comp/4096/sinatra.log b/site/static/logs/json-comp/4096/sinatra.log index 1985b2d6c..0e1faa792 100644 --- a/site/static/logs/json-comp/4096/sinatra.log +++ b/site/static/logs/json-comp/4096/sinatra.log @@ -19,14 +19,14 @@ [1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.1s, 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.09s, phase: 0 [1] - Worker 9 (PID: 47) 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.09s, 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: 76) booted in 0.08s, phase: 0 [1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 @@ -34,16 +34,16 @@ [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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 [1] - Worker 22 (PID: 122) booted in 0.08s, 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: 140) 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 27 (PID: 150) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) 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 @@ -51,15 +51,15 @@ [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 -[1] - Worker 39 (PID: 224) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 223) 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.05s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 [1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 255) 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: 273) booted in 0.04s, phase: 0 diff --git a/site/static/logs/json-tls/4096/hanami.log b/site/static/logs/json-tls/4096/hanami.log index 88342b997..46ded6c16 100644 --- a/site/static/logs/json-tls/4096/hanami.log +++ b/site/static/logs/json-tls/4096/hanami.log @@ -15,34 +15,34 @@ [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: 12) booted in 0.1s, 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 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: 79) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 85) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 96) booted in 0.08s, 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 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: 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.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.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: 87) booted in 0.08s, phase: 0 +[1] - Worker 17 (PID: 93) booted in 0.09s, 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 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 [1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 [1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.07s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 134) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 [1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 [1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 @@ -60,14 +60,14 @@ [1] - Worker 43 (PID: 245) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 251) booted in 0.07s, phase: 0 [1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 262) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 268) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 273) booted in 0.06s, phase: 0 [1] - Worker 49 (PID: 279) booted in 0.06s, phase: 0 [1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 [1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 296) booted in 0.06s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.06s, phase: 0 [1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 [1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 [1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 diff --git a/site/static/logs/json-tls/4096/rails.log b/site/static/logs/json-tls/4096/rails.log index 292402ebf..9ca4c8c32 100644 --- a/site/static/logs/json-tls/4096/rails.log +++ b/site/static/logs/json-tls/4096/rails.log @@ -25,22 +25,22 @@ [1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 [1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 14 (PID: 83) booted in 0.12s, phase: 0 +[1] - Worker 15 (PID: 89) booted in 0.12s, phase: 0 [1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 116) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.11s, phase: 0 [1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 [1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.1s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 @@ -50,34 +50,34 @@ [1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 196) booted in 0.08s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 [1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 264) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 270) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 276) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 282) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 287) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.02s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/json-tls/4096/roda.log b/site/static/logs/json-tls/4096/roda.log index f3ef0e948..b23e4f575 100644 --- a/site/static/logs/json-tls/4096/roda.log +++ b/site/static/logs/json-tls/4096/roda.log @@ -19,62 +19,62 @@ [1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.1s, 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 5 (PID: 29) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 38) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 43) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 47) 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: 77) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 84) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 90) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 117) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 123) booted in 0.07s, phase: 0 -[1] - Worker 23 (PID: 130) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 136) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 141) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 146) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 152) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 165) booted in 0.08s, phase: 0 -[1] - Worker 30 (PID: 175) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 180) booted in 0.07s, 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: 126) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 [1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 [1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.07s, 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 35 (PID: 201) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 217) 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: 252) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 262) booted in 0.05s, phase: 0 -[1] - Worker 47 (PID: 268) booted in 0.05s, phase: 0 -[1] - Worker 48 (PID: 274) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 280) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 286) 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: 303) 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: 322) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 328) 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: 356) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.03s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 260) booted in 0.06s, 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: 278) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) 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: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) booted in 0.04s, phase: 0 +[1] - Worker 59 (PID: 338) booted in 0.04s, phase: 0 +[1] - Worker 60 (PID: 345) 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.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/json-tls/4096/sinatra.log b/site/static/logs/json-tls/4096/sinatra.log index 651966058..1a3fdcaa7 100644 --- a/site/static/logs/json-tls/4096/sinatra.log +++ b/site/static/logs/json-tls/4096/sinatra.log @@ -19,49 +19,49 @@ [1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, 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 5 (PID: 29) booted in 0.1s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.1s, phase: 0 [1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 -[1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 43) booted in 0.09s, phase: 0 [1] - Worker 9 (PID: 47) 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: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.09s, phase: 0 +[1] - Worker 13 (PID: 70) 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: 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: 105) booted in 0.08s, phase: 0 [1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 122) booted in 0.08s, 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: 140) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 117) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 123) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 130) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 136) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 141) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, 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: 191) booted in 0.06s, phase: 0 +[1] - Worker 27 (PID: 152) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 157) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 166) booted in 0.06s, phase: 0 +[1] - Worker 30 (PID: 175) booted in 0.06s, phase: 0 +[1] - Worker 31 (PID: 180) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 186) 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: 201) booted in 0.06s, phase: 0 +[1] - Worker 35 (PID: 202) booted in 0.06s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.05s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 [1] - Worker 39 (PID: 223) 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.05s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 245) 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.05s, phase: 0 [1] - Worker 45 (PID: 255) 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 47 (PID: 266) booted in 0.04s, phase: 0 [1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 [1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 [1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 diff --git a/site/static/logs/latency-10k/1024/hanami.log b/site/static/logs/latency-10k/1024/hanami.log index 1d4c15c15..6d5c87c75 100644 --- a/site/static/logs/latency-10k/1024/hanami.log +++ b/site/static/logs/latency-10k/1024/hanami.log @@ -16,65 +16,65 @@ [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: 12) booted in 0.1s, 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 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.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 11 (PID: 54) 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: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 74) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 78) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 84) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 91) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 97) booted in 0.08s, phase: 0 -[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 61) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 69) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 77) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 82) 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.08s, phase: 0 [1] - Worker 20 (PID: 109) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 121) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 127) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.09s, phase: 0 +[1] - Worker 22 (PID: 120) booted in 0.09s, phase: 0 +[1] - Worker 23 (PID: 129) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 135) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 180) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 186) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 192) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 197) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 [1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 245) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 251) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 217) 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: 235) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 240) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 246) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 251) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 273) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 279) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.06s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 357) booted in 0.05s, phase: 0 -[1] - Worker 63 (PID: 364) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 262) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 268) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 274) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 280) booted in 0.06s, phase: 0 +[1] - Worker 50 (PID: 286) booted in 0.06s, phase: 0 +[1] - Worker 51 (PID: 292) booted in 0.06s, phase: 0 +[1] - Worker 52 (PID: 298) booted in 0.06s, phase: 0 +[1] - Worker 53 (PID: 305) booted in 0.06s, phase: 0 +[1] - Worker 54 (PID: 311) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 317) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 323) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 329) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 335) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 342) booted in 0.05s, phase: 0 +[1] - Worker 60 (PID: 347) booted in 0.05s, phase: 0 +[1] - Worker 61 (PID: 353) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 358) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 364) booted in 0.04s, phase: 0 diff --git a/site/static/logs/latency-10k/1024/rack-falcon.log b/site/static/logs/latency-10k/1024/rack-falcon.log index dc6be38fd..fdfc7e74b 100644 --- a/site/static/logs/latency-10k/1024/rack-falcon.log +++ b/site/static/logs/latency-10k/1024/rack-falcon.log @@ -1,8 +1,8 @@ -{"time":"2026-08-29T18:22:10+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! @@ -67,8 +67,8 @@ /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} -{"time":"2026-08-29T18:22:11+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} +{"time":"2026-09-02T11:18:12+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} diff --git a/site/static/logs/latency-10k/1024/rack-iodine.log b/site/static/logs/latency-10k/1024/rack-iodine.log index 3b7aaf3f7..aee0fa02e 100644 --- a/site/static/logs/latency-10k/1024/rack-iodine.log +++ b/site/static/logs/latency-10k/1024/rack-iodine.log @@ -20,10 +20,10 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 35 is running. -INFO: 41 is running. -INFO: 45 is running. -INFO: 51 is running. +INFO: 34 is running. +INFO: 39 is running. +INFO: 44 is running. +INFO: 50 is running. INFO: 55 is running. INFO: 60 is running. INFO: 65 is running. @@ -33,10 +33,10 @@ INFO: 80 is running. INFO: 85 is running. INFO: 90 is running. INFO: 95 is running. -INFO: 100 is running. +INFO: 101 is running. INFO: 106 is running. INFO: 111 is running. -INFO: 116 is running. +INFO: 115 is running. INFO: 121 is running. INFO: 126 is running. INFO: 131 is running. @@ -46,7 +46,7 @@ INFO: 146 is running. INFO: 151 is running. INFO: 156 is running. INFO: 161 is running. -INFO: 166 is running. +INFO: 167 is running. INFO: 171 is running. INFO: 177 is running. INFO: 182 is running. @@ -65,39 +65,39 @@ INFO: 242 is running. INFO: 247 is running. INFO: 252 is running. INFO: 257 is running. -INFO: 261 is running. +INFO: 262 is running. INFO: 267 is running. INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 292 is running. -INFO: 300 is running. -INFO: 304 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. INFO: 308 is running. -INFO: 312 is running. +INFO: 313 is running. INFO: 317 is running. INFO: 322 is running. INFO: 327 is running. -INFO: 333 is running. -INFO: 338 is running. +INFO: 332 is running. +INFO: 337 is running. INFO: 342 is running. -INFO: 348 is running. +INFO: 347 is running. INFO: 353 is running. INFO: 358 is running. INFO: 363 is running. -INFO: 367 is running. -INFO: 372 is running. -INFO: 377 is running. -INFO: 382 is running. +INFO: 368 is running. +INFO: 373 is running. +INFO: 378 is running. +INFO: 383 is running. INFO: 388 is running. -INFO: 392 is running. +INFO: 393 is running. INFO: 398 is running. INFO: 403 is running. INFO: 408 is running. INFO: 413 is running. INFO: 418 is running. -INFO: 423 is running. +INFO: 422 is running. INFO: 428 is running. INFO: 433 is running. INFO: 438 is running. diff --git a/site/static/logs/latency-10k/1024/rage.log b/site/static/logs/latency-10k/1024/rage.log index 4ec8a2658..44a1e099d 100644 --- a/site/static/logs/latency-10k/1024/rage.log +++ b/site/static/logs/latency-10k/1024/rage.log @@ -20,40 +20,40 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 31 is running. -INFO: 35 is running. -INFO: 40 is running. -INFO: 45 is running. +INFO: 36 is running. +INFO: 41 is running. +INFO: 46 is running. INFO: 51 is running. INFO: 56 is running. INFO: 61 is running. INFO: 66 is running. -INFO: 71 is running. -INFO: 76 is running. +INFO: 70 is running. +INFO: 75 is running. INFO: 81 is running. -INFO: 87 is running. +INFO: 86 is running. INFO: 92 is running. INFO: 97 is running. -INFO: 102 is running. +INFO: 101 is running. INFO: 106 is running. INFO: 111 is running. INFO: 116 is running. INFO: 121 is running. INFO: 126 is running. INFO: 131 is running. -INFO: 137 is running. +INFO: 136 is running. INFO: 141 is running. INFO: 146 is running. INFO: 151 is running. -INFO: 156 is running. +INFO: 157 is running. INFO: 162 is running. INFO: 167 is running. INFO: 171 is running. INFO: 176 is running. INFO: 181 is running. -INFO: 187 is running. -INFO: 192 is running. -INFO: 197 is running. -INFO: 202 is running. +INFO: 186 is running. +INFO: 191 is running. +INFO: 196 is running. +INFO: 201 is running. INFO: 210 is running. INFO: 214 is running. INFO: 218 is running. @@ -70,7 +70,7 @@ INFO: 267 is running. INFO: 272 is running. INFO: 277 is running. INFO: 283 is running. -INFO: 287 is running. +INFO: 288 is running. INFO: 295 is running. INFO: 299 is running. INFO: 303 is running. @@ -91,19 +91,19 @@ INFO: 373 is running. INFO: 378 is running. INFO: 383 is running. INFO: 388 is running. -INFO: 392 is running. +INFO: 393 is running. INFO: 398 is running. -INFO: 403 is running. -INFO: 408 is running. -INFO: 413 is running. -INFO: 418 is running. +INFO: 402 is running. +INFO: 407 is running. +INFO: 412 is running. +INFO: 417 is running. INFO: 423 is running. INFO: 428 is running. INFO: 433 is running. INFO: 438 is running. INFO: 443 is running. INFO: 448 is running. -INFO: 453 is running. +INFO: 452 is running. INFO: 458 is running. INFO: 463 is running. INFO: 468 is running. @@ -113,9 +113,9 @@ INFO: 483 is running. INFO: 488 is running. INFO: 493 is running. INFO: 498 is running. -INFO: 502 is running. +INFO: 503 is running. INFO: 508 is running. -INFO: 512 is running. +INFO: 513 is running. INFO: 518 is running. INFO: 523 is running. INFO: 530 is running. @@ -127,13 +127,13 @@ INFO: 553 is running. INFO: 558 is running. INFO: 563 is running. INFO: 568 is running. -INFO: 574 is running. -INFO: 579 is running. +INFO: 573 is running. +INFO: 578 is running. INFO: 583 is running. -INFO: 589 is running. +INFO: 588 is running. INFO: 593 is running. -INFO: 598 is running. -INFO: 603 is running. +INFO: 599 is running. +INFO: 604 is running. INFO: 610 is running. INFO: 614 is running. INFO: 618 is running. diff --git a/site/static/logs/latency-10k/1024/rails.log b/site/static/logs/latency-10k/1024/rails.log index 93b5f0f00..d3373e07e 100644 --- a/site/static/logs/latency-10k/1024/rails.log +++ b/site/static/logs/latency-10k/1024/rails.log @@ -18,66 +18,66 @@ [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.16s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.16s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 35) booted in 0.15s, phase: 0 -[1] - Worker 7 (PID: 40) booted in 0.15s, phase: 0 -[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 -[1] - Worker 11 (PID: 62) booted in 0.14s, phase: 0 -[1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 -[1] - Worker 16 (PID: 94) booted in 0.13s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 [1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 [1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 -[1] - Worker 21 (PID: 123) booted in 0.12s, phase: 0 -[1] - Worker 22 (PID: 128) booted in 0.12s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 +[1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 139) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 152) booted in 0.11s, phase: 0 -[1] - Worker 27 (PID: 158) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 +[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 -[1] - Worker 30 (PID: 181) booted in 0.1s, phase: 0 +[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 [1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 192) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.09s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 203) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 208) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.08s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.08s, phase: 0 -[1] - Worker 41 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 258) booted in 0.07s, phase: 0 -[1] - Worker 45 (PID: 265) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 258) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 288) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 282) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 312) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 336) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 343) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.04s, phase: 0 -[1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 370) booted in 0.03s, phase: 0 -[1] - Worker 63 (PID: 377) booted in 0.02s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/latency-10k/1024/roda.log b/site/static/logs/latency-10k/1024/roda.log index 76d0b0cd0..0f6b37001 100644 --- a/site/static/logs/latency-10k/1024/roda.log +++ b/site/static/logs/latency-10k/1024/roda.log @@ -15,66 +15,66 @@ [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.11s, phase: 0 -[1] - Worker 2 (PID: 16) booted in 0.11s, phase: 0 -[1] - Worker 3 (PID: 20) booted in 0.11s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.11s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.11s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.11s, phase: 0 -[1] - Worker 7 (PID: 36) booted in 0.11s, phase: 0 -[1] - Worker 8 (PID: 41) booted in 0.11s, phase: 0 -[1] - Worker 9 (PID: 46) booted in 0.1s, phase: 0 -[1] - Worker 10 (PID: 51) booted in 0.1s, phase: 0 -[1] - Worker 11 (PID: 56) booted in 0.1s, phase: 0 -[1] - Worker 12 (PID: 62) booted in 0.1s, phase: 0 -[1] - Worker 13 (PID: 69) booted in 0.1s, phase: 0 -[1] - Worker 14 (PID: 77) booted in 0.1s, phase: 0 -[1] - Worker 15 (PID: 83) booted in 0.09s, phase: 0 -[1] - Worker 16 (PID: 89) booted in 0.09s, phase: 0 -[1] - Worker 17 (PID: 94) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 101) booted in 0.09s, phase: 0 -[1] - Worker 19 (PID: 106) booted in 0.09s, phase: 0 -[1] - Worker 20 (PID: 112) booted in 0.09s, phase: 0 -[1] - Worker 21 (PID: 116) booted in 0.09s, phase: 0 -[1] - Worker 22 (PID: 123) booted in 0.09s, phase: 0 -[1] - Worker 23 (PID: 129) booted in 0.09s, phase: 0 -[1] - Worker 24 (PID: 135) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 140) booted in 0.09s, phase: 0 -[1] - Worker 26 (PID: 147) booted in 0.09s, phase: 0 -[1] - Worker 27 (PID: 153) booted in 0.09s, phase: 0 -[1] - Worker 28 (PID: 159) booted in 0.09s, phase: 0 -[1] - Worker 29 (PID: 168) booted in 0.09s, phase: 0 -[1] - Worker 30 (PID: 176) booted in 0.08s, phase: 0 -[1] - Worker 31 (PID: 182) booted in 0.08s, phase: 0 -[1] - Worker 32 (PID: 187) booted in 0.08s, phase: 0 -[1] - Worker 33 (PID: 193) booted in 0.08s, phase: 0 -[1] - Worker 34 (PID: 198) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 208) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 228) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 233) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 239) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 243) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 250) booted in 0.07s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.07s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.07s, phase: 0 -[1] - Worker 47 (PID: 266) booted in 0.07s, phase: 0 -[1] - Worker 48 (PID: 272) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 278) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 289) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 296) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 302) booted in 0.06s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.06s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.06s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 326) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 331) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 337) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 344) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 353) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 358) booted in 0.04s, phase: 0 -[1] - Worker 63 (PID: 364) booted in 0.04s, 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: 20) booted in 0.1s, 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: 42) 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: 62) 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: 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: 97) 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: 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.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 217) 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: 234) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 290) 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.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) 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: 345) booted in 0.04s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.04s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.04s, phase: 0 diff --git a/site/static/logs/latency-10k/1024/sinatra.log b/site/static/logs/latency-10k/1024/sinatra.log index b36fe6969..196a38481 100644 --- a/site/static/logs/latency-10k/1024/sinatra.log +++ b/site/static/logs/latency-10k/1024/sinatra.log @@ -20,7 +20,7 @@ [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 33) booted in 0.1s, phase: 0 [1] - Worker 7 (PID: 37) booted in 0.09s, phase: 0 [1] - Worker 8 (PID: 42) booted in 0.09s, phase: 0 [1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 @@ -33,20 +33,20 @@ [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: 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.08s, phase: 0 -[1] - Worker 22 (PID: 122) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 128) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 134) booted in 0.07s, phase: 0 +[1] - Worker 19 (PID: 106) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 112) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 117) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 124) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 130) 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: 145) booted in 0.07s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 151) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 165) booted in 0.07s, 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: 184) booted in 0.06s, phase: 0 +[1] - Worker 32 (PID: 185) booted in 0.06s, phase: 0 [1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 @@ -60,7 +60,7 @@ [1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.05s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.05s, 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: 273) booted in 0.04s, phase: 0 [1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 diff --git a/site/static/logs/latency-1m/1024/hanami.log b/site/static/logs/latency-1m/1024/hanami.log index 411201d0a..88d9da1f4 100644 --- a/site/static/logs/latency-1m/1024/hanami.log +++ b/site/static/logs/latency-1m/1024/hanami.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: 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: 73) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 78) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 84) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 90) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 99) booted in 0.09s, phase: 0 -[1] - Worker 19 (PID: 104) booted in 0.09s, 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: 120) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 165) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 175) booted in 0.07s, phase: 0 +[1] - Worker 0 (PID: 10) booted in 0.09s, phase: 0 +[1] - Worker 1 (PID: 14) booted in 0.09s, phase: 0 +[1] - Worker 2 (PID: 18) booted in 0.09s, phase: 0 +[1] - Worker 3 (PID: 22) booted in 0.09s, phase: 0 +[1] - Worker 4 (PID: 26) booted in 0.09s, phase: 0 +[1] - Worker 5 (PID: 30) booted in 0.09s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 38) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 42) 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: 57) booted in 0.08s, 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: 76) 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: 105) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) 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.08s, phase: 0 +[1] - Worker 23 (PID: 127) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 180) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 186) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 192) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 198) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 204) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 209) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 214) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 219) booted in 0.07s, phase: 0 -[1] - Worker 39 (PID: 225) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 231) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 236) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 202) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 208) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 213) 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.07s, phase: 0 +[1] - Worker 40 (PID: 230) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 241) booted in 0.07s, phase: 0 [1] - Worker 43 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 251) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 45 (PID: 257) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 262) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 268) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 274) booted in 0.06s, phase: 0 [1] - Worker 49 (PID: 280) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.06s, phase: 0 -[1] - Worker 52 (PID: 297) booted in 0.06s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 333) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 357) booted in 0.05s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 286) booted in 0.06s, phase: 0 +[1] - Worker 51 (PID: 292) booted in 0.06s, phase: 0 +[1] - Worker 52 (PID: 298) booted in 0.06s, phase: 0 +[1] - Worker 53 (PID: 304) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 310) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 316) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 322) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 328) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 334) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 340) booted in 0.05s, phase: 0 +[1] - Worker 60 (PID: 346) booted in 0.05s, phase: 0 +[1] - Worker 61 (PID: 353) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 359) booted in 0.05s, phase: 0 +[1] - Worker 63 (PID: 364) booted in 0.04s, phase: 0 diff --git a/site/static/logs/latency-1m/1024/rack-falcon.log b/site/static/logs/latency-1m/1024/rack-falcon.log index a2cdc6322..dd6d63ff8 100644 --- a/site/static/logs/latency-1m/1024/rack-falcon.log +++ b/site/static/logs/latency-1m/1024/rack-falcon.log @@ -1,8 +1,8 @@ -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} +{"time":"2026-09-02T11:17:01+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! @@ -67,8 +67,8 @@ /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} -{"time":"2026-08-26T15:39:34+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} +{"time":"2026-09-02T11:17:02+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} diff --git a/site/static/logs/latency-1m/1024/rack-iodine.log b/site/static/logs/latency-1m/1024/rack-iodine.log index 2fcfb87aa..71bb2c808 100644 --- a/site/static/logs/latency-1m/1024/rack-iodine.log +++ b/site/static/logs/latency-1m/1024/rack-iodine.log @@ -20,24 +20,24 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 35 is running. -INFO: 40 is running. -INFO: 44 is running. -INFO: 49 is running. +INFO: 34 is running. +INFO: 39 is running. +INFO: 45 is running. +INFO: 50 is running. INFO: 54 is running. INFO: 59 is running. -INFO: 64 is running. -INFO: 69 is running. -INFO: 75 is running. +INFO: 65 is running. +INFO: 70 is running. +INFO: 74 is running. INFO: 80 is running. INFO: 85 is running. INFO: 90 is running. INFO: 95 is running. INFO: 100 is running. -INFO: 105 is running. -INFO: 110 is running. -INFO: 115 is running. -INFO: 120 is running. +INFO: 106 is running. +INFO: 111 is running. +INFO: 116 is running. +INFO: 121 is running. INFO: 126 is running. INFO: 131 is running. INFO: 136 is running. @@ -57,7 +57,7 @@ INFO: 202 is running. INFO: 207 is running. INFO: 212 is running. INFO: 217 is running. -INFO: 222 is running. +INFO: 221 is running. INFO: 227 is running. INFO: 232 is running. INFO: 237 is running. @@ -71,31 +71,31 @@ INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 292 is running. -INFO: 300 is running. -INFO: 304 is running. -INFO: 308 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. +INFO: 307 is running. INFO: 312 is running. -INFO: 317 is running. +INFO: 318 is running. INFO: 322 is running. -INFO: 327 is running. -INFO: 332 is running. +INFO: 328 is running. +INFO: 333 is running. INFO: 338 is running. INFO: 343 is running. -INFO: 348 is running. -INFO: 353 is running. -INFO: 358 is running. -INFO: 363 is running. -INFO: 368 is running. -INFO: 373 is running. +INFO: 347 is running. +INFO: 352 is running. +INFO: 357 is running. +INFO: 362 is running. +INFO: 367 is running. +INFO: 372 is running. INFO: 378 is running. INFO: 383 is running. INFO: 388 is running. -INFO: 393 is running. -INFO: 398 is running. +INFO: 392 is running. +INFO: 397 is running. INFO: 403 is running. -INFO: 408 is running. -INFO: 413 is running. +INFO: 407 is running. +INFO: 412 is running. INFO: 418 is running. INFO: 423 is running. INFO: 428 is running. diff --git a/site/static/logs/latency-1m/1024/rage.log b/site/static/logs/latency-1m/1024/rage.log index 073c74448..23535bf1b 100644 --- a/site/static/logs/latency-1m/1024/rage.log +++ b/site/static/logs/latency-1m/1024/rage.log @@ -24,33 +24,33 @@ INFO: 36 is running. INFO: 41 is running. INFO: 46 is running. INFO: 51 is running. -INFO: 57 is running. +INFO: 56 is running. INFO: 61 is running. INFO: 66 is running. INFO: 71 is running. INFO: 76 is running. -INFO: 81 is running. +INFO: 82 is running. INFO: 87 is running. INFO: 92 is running. INFO: 97 is running. -INFO: 102 is running. +INFO: 101 is running. INFO: 106 is running. -INFO: 111 is running. -INFO: 116 is running. +INFO: 110 is running. +INFO: 115 is running. INFO: 120 is running. INFO: 126 is running. INFO: 131 is running. INFO: 136 is running. INFO: 141 is running. -INFO: 147 is running. -INFO: 152 is running. -INFO: 157 is running. -INFO: 162 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 156 is running. +INFO: 161 is running. INFO: 167 is running. -INFO: 172 is running. -INFO: 177 is running. -INFO: 182 is running. -INFO: 187 is running. +INFO: 171 is running. +INFO: 176 is running. +INFO: 181 is running. +INFO: 186 is running. INFO: 192 is running. INFO: 197 is running. INFO: 202 is running. @@ -67,21 +67,21 @@ INFO: 252 is running. INFO: 257 is running. INFO: 262 is running. INFO: 267 is running. -INFO: 273 is running. -INFO: 278 is running. -INFO: 283 is running. -INFO: 288 is running. +INFO: 272 is running. +INFO: 277 is running. +INFO: 282 is running. +INFO: 287 is running. INFO: 295 is running. INFO: 299 is running. INFO: 303 is running. -INFO: 308 is running. -INFO: 313 is running. -INFO: 318 is running. -INFO: 323 is running. -INFO: 328 is running. +INFO: 307 is running. +INFO: 312 is running. +INFO: 317 is running. +INFO: 322 is running. +INFO: 327 is running. INFO: 333 is running. INFO: 338 is running. -INFO: 343 is running. +INFO: 342 is running. INFO: 348 is running. INFO: 353 is running. INFO: 358 is running. @@ -90,7 +90,7 @@ INFO: 368 is running. INFO: 373 is running. INFO: 378 is running. INFO: 383 is running. -INFO: 388 is running. +INFO: 387 is running. INFO: 393 is running. INFO: 398 is running. INFO: 403 is running. @@ -98,8 +98,8 @@ INFO: 408 is running. INFO: 413 is running. INFO: 418 is running. INFO: 423 is running. -INFO: 427 is running. -INFO: 432 is running. +INFO: 428 is running. +INFO: 433 is running. INFO: 438 is running. INFO: 443 is running. INFO: 448 is running. @@ -118,26 +118,26 @@ INFO: 508 is running. INFO: 513 is running. INFO: 518 is running. INFO: 523 is running. -INFO: 530 is running. +INFO: 529 is running. INFO: 534 is running. INFO: 538 is running. INFO: 543 is running. INFO: 548 is running. INFO: 553 is running. -INFO: 559 is running. +INFO: 558 is running. INFO: 563 is running. -INFO: 569 is running. -INFO: 579 is running. -INFO: 574 is running. +INFO: 568 is running. +INFO: 573 is running. +INFO: 578 is running. INFO: 583 is running. -INFO: 587 is running. -INFO: 594 is running. +INFO: 588 is running. +INFO: 593 is running. INFO: 598 is running. INFO: 603 is running. INFO: 608 is running. -INFO: 614 is running. +INFO: 615 is running. INFO: 619 is running. -INFO: 623 is running. +INFO: 624 is running. +INFO: 628 is running. INFO: 634 is running. -INFO: 629 is running. INFO: 638 is running. diff --git a/site/static/logs/latency-1m/1024/rails.log b/site/static/logs/latency-1m/1024/rails.log index af53bb97f..01f9d8492 100644 --- a/site/static/logs/latency-1m/1024/rails.log +++ b/site/static/logs/latency-1m/1024/rails.log @@ -19,65 +19,65 @@ [1] ! Consider disabling this environment variable: https://github.com/puma/puma/issues/3720 [1] - Worker 0 (PID: 9) booted in 0.16s, phase: 0 [1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.16s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.16s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.16s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 -[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.15s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.15s, phase: 0 +[1] - Worker 8 (PID: 45) booted in 0.15s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.15s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 -[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 88) booted in 0.13s, phase: 0 -[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.14s, phase: 0 +[1] - Worker 12 (PID: 68) booted in 0.14s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.14s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.14s, phase: 0 +[1] - Worker 15 (PID: 89) booted in 0.13s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.13s, phase: 0 +[1] - Worker 17 (PID: 100) booted in 0.13s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.13s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.13s, phase: 0 [1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 -[1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 129) booted in 0.11s, phase: 0 -[1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 -[1] - Worker 25 (PID: 145) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 153) booted in 0.1s, phase: 0 -[1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 -[1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 -[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 -[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.12s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.12s, phase: 0 +[1] - Worker 23 (PID: 135) booted in 0.12s, phase: 0 +[1] - Worker 24 (PID: 142) booted in 0.11s, phase: 0 +[1] - Worker 25 (PID: 150) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 155) booted in 0.11s, phase: 0 +[1] - Worker 27 (PID: 161) booted in 0.1s, phase: 0 +[1] - Worker 28 (PID: 167) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 174) booted in 0.1s, phase: 0 +[1] - Worker 30 (PID: 182) booted in 0.1s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 192) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.09s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.09s, phase: 0 +[1] - Worker 36 (PID: 214) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 220) booted in 0.08s, phase: 0 +[1] - Worker 38 (PID: 225) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 230) booted in 0.08s, phase: 0 +[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 242) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 248) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 254) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 260) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 266) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 290) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 296) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 302) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 308) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 55 (PID: 325) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 [1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 +[1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/latency-1m/1024/roda.log b/site/static/logs/latency-1m/1024/roda.log index af39c61e5..c1be0224f 100644 --- a/site/static/logs/latency-1m/1024/roda.log +++ b/site/static/logs/latency-1m/1024/roda.log @@ -17,14 +17,14 @@ [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.1s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.09s, phase: 0 +[1] - Worker 3 (PID: 20) booted in 0.1s, phase: 0 +[1] - Worker 4 (PID: 25) booted in 0.1s, 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.09s, phase: 0 -[1] - Worker 9 (PID: 47) booted in 0.09s, phase: 0 -[1] - Worker 10 (PID: 52) 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: 57) booted in 0.09s, phase: 0 [1] - Worker 12 (PID: 62) booted in 0.08s, phase: 0 [1] - Worker 13 (PID: 68) booted in 0.08s, phase: 0 @@ -33,13 +33,13 @@ [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: 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.07s, phase: 0 -[1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 +[1] - Worker 19 (PID: 104) 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: 122) booted in 0.07s, phase: 0 +[1] - Worker 23 (PID: 127) 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.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 [1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 [1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 @@ -47,34 +47,34 @@ [1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 [1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 [1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 [1] - Worker 38 (PID: 217) 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 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: 239) 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 43 (PID: 245) booted in 0.06s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.06s, 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: 278) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 261) booted in 0.05s, phase: 0 +[1] - Worker 47 (PID: 267) booted in 0.05s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.05s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 285) 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 53 (PID: 302) booted in 0.05s, phase: 0 [1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.05s, 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 55 (PID: 314) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) 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.04s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.03s, phase: 0 diff --git a/site/static/logs/latency-1m/1024/sinatra.log b/site/static/logs/latency-1m/1024/sinatra.log index 5d6a8539b..82b087790 100644 --- a/site/static/logs/latency-1m/1024/sinatra.log +++ b/site/static/logs/latency-1m/1024/sinatra.log @@ -26,19 +26,19 @@ [1] - Worker 9 (PID: 47) 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: 68) booted in 0.08s, phase: 0 +[1] - Worker 12 (PID: 62) booted in 0.09s, 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: 82) 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 111) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 [1] - Worker 22 (PID: 122) booted in 0.08s, 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 23 (PID: 127) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 [1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 @@ -46,7 +46,7 @@ [1] - Worker 29 (PID: 164) booted in 0.07s, 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 32 (PID: 184) booted in 0.06s, phase: 0 [1] - Worker 33 (PID: 191) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 @@ -54,27 +54,27 @@ [1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 [1] - Worker 39 (PID: 223) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 229) booted in 0.05s, phase: 0 +[1] - Worker 40 (PID: 228) booted in 0.05s, phase: 0 [1] - Worker 41 (PID: 234) booted in 0.05s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 245) 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.05s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.05s, 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: 273) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 -[1] - Worker 53 (PID: 303) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 321) 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.03s, phase: 0 +[1] - Worker 45 (PID: 257) booted in 0.04s, phase: 0 +[1] - Worker 46 (PID: 263) booted in 0.04s, phase: 0 +[1] - Worker 47 (PID: 269) booted in 0.04s, phase: 0 +[1] - Worker 48 (PID: 275) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 281) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 287) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 293) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 299) booted in 0.03s, phase: 0 +[1] - Worker 53 (PID: 304) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 310) 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: 328) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 334) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 340) 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: 357) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.02s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/hanami.log b/site/static/logs/limited-conn/4096/hanami.log index 0f80d7618..c2f19591b 100644 --- a/site/static/logs/limited-conn/4096/hanami.log +++ b/site/static/logs/limited-conn/4096/hanami.log @@ -15,65 +15,65 @@ [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: 12) booted in 0.1s, 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: 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: 42) booted in 0.09s, 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.1s, 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: 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 10 (PID: 51) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 57) 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: 74) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 79) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 84) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 90) booted in 0.09s, phase: 0 -[1] - Worker 18 (PID: 96) 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: 115) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 121) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 127) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 133) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 140) 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.09s, phase: 0 +[1] - Worker 18 (PID: 98) booted in 0.09s, phase: 0 +[1] - Worker 19 (PID: 104) booted in 0.09s, phase: 0 +[1] - Worker 20 (PID: 109) booted in 0.09s, phase: 0 +[1] - Worker 21 (PID: 115) booted in 0.09s, phase: 0 +[1] - Worker 22 (PID: 118) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 126) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 132) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 139) booted in 0.08s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 180) booted in 0.07s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 155) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 [1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 192) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 [1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 [1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 [1] - Worker 40 (PID: 229) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 245) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 251) booted in 0.06s, phase: 0 -[1] - Worker 45 (PID: 256) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 273) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 279) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 285) booted in 0.06s, phase: 0 -[1] - Worker 51 (PID: 291) booted in 0.06s, 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.05s, phase: 0 -[1] - Worker 55 (PID: 315) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 321) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 327) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 333) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 +[1] - Worker 41 (PID: 233) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 243) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 248) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 255) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 261) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 266) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 273) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 279) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 284) booted in 0.06s, phase: 0 +[1] - Worker 50 (PID: 289) booted in 0.06s, phase: 0 +[1] - Worker 51 (PID: 295) booted in 0.06s, phase: 0 +[1] - Worker 52 (PID: 300) booted in 0.06s, phase: 0 +[1] - Worker 53 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 311) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 318) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 323) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 329) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 334) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 340) booted in 0.05s, phase: 0 [1] - Worker 60 (PID: 345) booted in 0.05s, phase: 0 [1] - Worker 61 (PID: 351) booted in 0.05s, phase: 0 [1] - Worker 62 (PID: 357) booted in 0.05s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/rack-falcon.log b/site/static/logs/limited-conn/4096/rack-falcon.log index e8baeff85..19902ea28 100644 --- a/site/static/logs/limited-conn/4096/rack-falcon.log +++ b/site/static/logs/limited-conn/4096/rack-falcon.log @@ -1,8 +1,8 @@ -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! @@ -67,8 +67,8 @@ /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} /app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} -{"time":"2026-05-21T21:14:16+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} +{"time":"2026-09-02T11:16:38+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} diff --git a/site/static/logs/limited-conn/4096/rack-iodine.log b/site/static/logs/limited-conn/4096/rack-iodine.log index 227deed7d..5fbb293cd 100644 --- a/site/static/logs/limited-conn/4096/rack-iodine.log +++ b/site/static/logs/limited-conn/4096/rack-iodine.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -21,42 +21,42 @@ INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. INFO: 34 is running. -INFO: 39 is running. +INFO: 38 is running. INFO: 44 is running. -INFO: 48 is running. +INFO: 49 is running. INFO: 54 is running. INFO: 59 is running. -INFO: 64 is running. -INFO: 69 is running. -INFO: 74 is running. +INFO: 65 is running. +INFO: 70 is running. +INFO: 75 is running. INFO: 79 is running. -INFO: 84 is running. -INFO: 90 is running. +INFO: 85 is running. +INFO: 89 is running. INFO: 95 is running. INFO: 100 is running. INFO: 105 is running. -INFO: 110 is running. -INFO: 115 is running. -INFO: 120 is running. +INFO: 111 is running. +INFO: 116 is running. +INFO: 121 is running. INFO: 126 is running. INFO: 131 is running. INFO: 136 is running. -INFO: 140 is running. -INFO: 145 is running. -INFO: 150 is running. -INFO: 155 is running. -INFO: 161 is running. -INFO: 166 is running. +INFO: 141 is running. +INFO: 146 is running. +INFO: 151 is running. +INFO: 157 is running. +INFO: 162 is running. +INFO: 167 is running. INFO: 171 is running. -INFO: 177 is running. +INFO: 176 is running. INFO: 181 is running. -INFO: 186 is running. -INFO: 191 is running. +INFO: 187 is running. +INFO: 192 is running. INFO: 196 is running. INFO: 201 is running. INFO: 206 is running. -INFO: 212 is running. -INFO: 217 is running. +INFO: 211 is running. +INFO: 216 is running. INFO: 222 is running. INFO: 227 is running. INFO: 232 is running. @@ -71,26 +71,26 @@ INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 292 is running. -INFO: 300 is running. -INFO: 304 is running. -INFO: 308 is running. -INFO: 313 is running. -INFO: 318 is running. -INFO: 323 is running. -INFO: 327 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. +INFO: 307 is running. +INFO: 312 is running. +INFO: 317 is running. +INFO: 322 is running. +INFO: 328 is running. INFO: 332 is running. -INFO: 337 is running. -INFO: 342 is running. -INFO: 347 is running. -INFO: 352 is running. -INFO: 357 is running. -INFO: 362 is running. -INFO: 367 is running. +INFO: 338 is running. +INFO: 343 is running. +INFO: 348 is running. +INFO: 353 is running. +INFO: 358 is running. +INFO: 363 is running. +INFO: 368 is running. INFO: 372 is running. -INFO: 377 is running. +INFO: 378 is running. INFO: 382 is running. -INFO: 388 is running. +INFO: 387 is running. INFO: 393 is running. INFO: 398 is running. INFO: 403 is running. @@ -136,8 +136,8 @@ INFO: 598 is running. INFO: 603 is running. INFO: 610 is running. INFO: 614 is running. -INFO: 620 is running. +INFO: 619 is running. INFO: 624 is running. -INFO: 633 is running. -INFO: 638 is running. INFO: 629 is running. +INFO: 639 is running. +INFO: 634 is running. diff --git a/site/static/logs/limited-conn/4096/rage.log b/site/static/logs/limited-conn/4096/rage.log index c78524d4a..e5e2b6445 100644 --- a/site/static/logs/limited-conn/4096/rage.log +++ b/site/static/logs/limited-conn/4096/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -20,18 +20,18 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 31 is running. -INFO: 36 is running. +INFO: 35 is running. INFO: 40 is running. INFO: 45 is running. -INFO: 51 is running. -INFO: 56 is running. -INFO: 62 is running. +INFO: 50 is running. +INFO: 55 is running. +INFO: 61 is running. INFO: 66 is running. INFO: 71 is running. -INFO: 77 is running. -INFO: 82 is running. -INFO: 87 is running. -INFO: 92 is running. +INFO: 76 is running. +INFO: 81 is running. +INFO: 86 is running. +INFO: 91 is running. INFO: 97 is running. INFO: 102 is running. INFO: 106 is running. @@ -42,18 +42,18 @@ INFO: 126 is running. INFO: 131 is running. INFO: 136 is running. INFO: 142 is running. -INFO: 146 is running. +INFO: 147 is running. INFO: 152 is running. INFO: 157 is running. INFO: 162 is running. INFO: 167 is running. -INFO: 172 is running. -INFO: 177 is running. +INFO: 171 is running. +INFO: 176 is running. INFO: 181 is running. -INFO: 186 is running. -INFO: 191 is running. -INFO: 196 is running. -INFO: 201 is running. +INFO: 187 is running. +INFO: 192 is running. +INFO: 197 is running. +INFO: 202 is running. INFO: 210 is running. INFO: 214 is running. INFO: 218 is running. @@ -64,7 +64,7 @@ INFO: 237 is running. INFO: 242 is running. INFO: 247 is running. INFO: 252 is running. -INFO: 258 is running. +INFO: 257 is running. INFO: 262 is running. INFO: 267 is running. INFO: 272 is running. @@ -76,18 +76,18 @@ INFO: 299 is running. INFO: 303 is running. INFO: 307 is running. INFO: 312 is running. -INFO: 317 is running. -INFO: 322 is running. +INFO: 318 is running. +INFO: 323 is running. INFO: 328 is running. INFO: 333 is running. INFO: 338 is running. -INFO: 342 is running. -INFO: 347 is running. -INFO: 352 is running. +INFO: 343 is running. +INFO: 348 is running. +INFO: 353 is running. INFO: 358 is running. INFO: 363 is running. -INFO: 368 is running. -INFO: 373 is running. +INFO: 369 is running. +INFO: 374 is running. INFO: 378 is running. INFO: 383 is running. INFO: 388 is running. @@ -104,11 +104,11 @@ INFO: 438 is running. INFO: 443 is running. INFO: 448 is running. INFO: 453 is running. -INFO: 457 is running. +INFO: 458 is running. INFO: 463 is running. INFO: 468 is running. INFO: 473 is running. -INFO: 477 is running. +INFO: 478 is running. INFO: 483 is running. INFO: 488 is running. INFO: 493 is running. @@ -128,8 +128,8 @@ INFO: 558 is running. INFO: 563 is running. INFO: 568 is running. INFO: 573 is running. -INFO: 578 is running. -INFO: 583 is running. +INFO: 579 is running. +INFO: 584 is running. INFO: 589 is running. INFO: 593 is running. INFO: 598 is running. @@ -139,5 +139,5 @@ INFO: 614 is running. INFO: 618 is running. INFO: 623 is running. INFO: 628 is running. -INFO: 633 is running. +INFO: 634 is running. INFO: 639 is running. diff --git a/site/static/logs/limited-conn/4096/rails.log b/site/static/logs/limited-conn/4096/rails.log index 2bd80b266..f77ab5dde 100644 --- a/site/static/logs/limited-conn/4096/rails.log +++ b/site/static/logs/limited-conn/4096/rails.log @@ -17,67 +17,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.16s, phase: 0 -[1] - Worker 1 (PID: 13) booted in 0.16s, phase: 0 -[1] - Worker 2 (PID: 17) booted in 0.16s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.16s, phase: 0 +[1] - Worker 0 (PID: 9) booted in 0.15s, phase: 0 +[1] - Worker 1 (PID: 13) booted in 0.15s, phase: 0 +[1] - Worker 2 (PID: 17) booted in 0.15s, phase: 0 +[1] - Worker 3 (PID: 21) booted in 0.15s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.15s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 -[1] - Worker 6 (PID: 34) booted in 0.15s, phase: 0 -[1] - Worker 7 (PID: 39) booted in 0.15s, phase: 0 -[1] - Worker 8 (PID: 44) booted in 0.15s, phase: 0 -[1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 -[1] - Worker 10 (PID: 57) booted in 0.14s, phase: 0 -[1] - Worker 11 (PID: 62) booted in 0.14s, phase: 0 +[1] - Worker 5 (PID: 29) booted in 0.14s, phase: 0 +[1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 +[1] - Worker 7 (PID: 39) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 +[1] - Worker 9 (PID: 49) booted in 0.14s, phase: 0 +[1] - Worker 10 (PID: 56) booted in 0.13s, phase: 0 +[1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 [1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 -[1] - Worker 13 (PID: 77) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 90) booted in 0.13s, phase: 0 -[1] - Worker 16 (PID: 95) booted in 0.13s, phase: 0 -[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 +[1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 [1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 116) booted in 0.12s, phase: 0 -[1] - Worker 21 (PID: 122) booted in 0.12s, phase: 0 -[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 19 (PID: 110) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 127) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 133) booted in 0.11s, phase: 0 -[1] - Worker 24 (PID: 139) booted in 0.11s, phase: 0 +[1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 -[1] - Worker 26 (PID: 152) booted in 0.11s, phase: 0 +[1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 [1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 -[1] - Worker 30 (PID: 180) booted in 0.1s, phase: 0 -[1] - Worker 31 (PID: 184) booted in 0.09s, phase: 0 -[1] - Worker 32 (PID: 190) booted in 0.09s, phase: 0 -[1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 -[1] - Worker 34 (PID: 201) booted in 0.09s, phase: 0 -[1] - Worker 35 (PID: 206) booted in 0.08s, phase: 0 -[1] - Worker 36 (PID: 212) booted in 0.08s, phase: 0 -[1] - Worker 37 (PID: 217) booted in 0.08s, phase: 0 +[1] - Worker 30 (PID: 181) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 +[1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 +[1] - Worker 33 (PID: 197) booted in 0.09s, phase: 0 +[1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 +[1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 +[1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 +[1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 [1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 228) booted in 0.08s, phase: 0 -[1] - Worker 40 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 239) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 [1] - Worker 42 (PID: 246) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 251) booted in 0.07s, phase: 0 -[1] - Worker 44 (PID: 257) booted in 0.07s, phase: 0 -[1] - Worker 45 (PID: 263) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 269) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 275) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 281) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 287) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 293) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 299) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 305) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 +[1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 +[1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 +[1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 283) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 331) booted in 0.04s, phase: 0 -[1] - Worker 57 (PID: 338) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 344) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 356) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 59 (PID: 349) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 361) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 367) booted in 0.03s, phase: 0 [1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/roda.log b/site/static/logs/limited-conn/4096/roda.log index f74e07700..14c63fbf0 100644 --- a/site/static/logs/limited-conn/4096/roda.log +++ b/site/static/logs/limited-conn/4096/roda.log @@ -16,53 +16,53 @@ [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.1s, phase: 0 +[1] - Worker 2 (PID: 16) 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: 28) 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.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: 68) booted in 0.08s, phase: 0 -[1] - Worker 14 (PID: 76) 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: 93) 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.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 11 (PID: 56) 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: 78) booted in 0.08s, phase: 0 +[1] - Worker 15 (PID: 83) booted in 0.08s, phase: 0 +[1] - Worker 16 (PID: 90) 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: 106) booted in 0.07s, phase: 0 +[1] - Worker 20 (PID: 110) 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: 127) booted in 0.07s, phase: 0 -[1] - Worker 24 (PID: 132) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 138) booted in 0.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 [1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 163) booted in 0.08s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 179) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 185) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 -[1] - Worker 39 (PID: 222) booted in 0.06s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.08s, 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: 178) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.06s, 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: 234) booted in 0.06s, phase: 0 +[1] - Worker 41 (PID: 232) booted in 0.06s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 -[1] - Worker 43 (PID: 244) 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: 255) booted in 0.06s, phase: 0 -[1] - Worker 46 (PID: 260) booted in 0.06s, 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 45 (PID: 255) booted in 0.05s, phase: 0 +[1] - Worker 46 (PID: 260) 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: 278) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 290) booted in 0.05s, phase: 0 @@ -70,11 +70,11 @@ [1] - Worker 53 (PID: 302) booted in 0.05s, phase: 0 [1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 [1] - Worker 55 (PID: 314) booted in 0.04s, phase: 0 -[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 319) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 326) 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: 345) 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.04s, phase: 0 -[1] - Worker 63 (PID: 362) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 332) 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.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/limited-conn/4096/sinatra.log b/site/static/logs/limited-conn/4096/sinatra.log index 69d93053b..8cff7fb6a 100644 --- a/site/static/logs/limited-conn/4096/sinatra.log +++ b/site/static/logs/limited-conn/4096/sinatra.log @@ -20,61 +20,61 @@ [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) 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: 47) 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 6 (PID: 33) booted in 0.09s, phase: 0 +[1] - Worker 7 (PID: 38) booted in 0.09s, phase: 0 +[1] - Worker 8 (PID: 43) booted in 0.09s, phase: 0 +[1] - Worker 9 (PID: 48) booted in 0.09s, phase: 0 +[1] - Worker 10 (PID: 53) booted in 0.09s, phase: 0 +[1] - Worker 11 (PID: 58) booted in 0.09s, phase: 0 [1] - Worker 12 (PID: 62) booted in 0.09s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.09s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.09s, phase: 0 -[1] - Worker 15 (PID: 82) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 88) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 69) 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: 94) 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 20 (PID: 110) booted in 0.08s, phase: 0 [1] - Worker 21 (PID: 116) booted in 0.08s, phase: 0 [1] - Worker 22 (PID: 122) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 128) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 134) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 128) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 [1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 [1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 [1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 179) booted in 0.07s, 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: 191) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 [1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 -[1] - Worker 39 (PID: 223) booted in 0.06s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 223) 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.05s, phase: 0 -[1] - Worker 42 (PID: 238) 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.05s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.05s, phase: 0 -[1] - Worker 46 (PID: 261) booted in 0.05s, phase: 0 -[1] - Worker 47 (PID: 267) booted in 0.05s, 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: 288) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 294) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 299) booted in 0.04s, phase: 0 -[1] - Worker 53 (PID: 305) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 311) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 317) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 323) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 329) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 340) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 346) booted in 0.03s, phase: 0 -[1] - Worker 61 (PID: 356) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 362) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 367) booted in 0.02s, phase: 0 +[1] - Worker 41 (PID: 236) booted in 0.05s, phase: 0 +[1] - Worker 42 (PID: 240) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 246) booted in 0.05s, phase: 0 +[1] - Worker 44 (PID: 251) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.04s, phase: 0 +[1] - Worker 46 (PID: 262) booted in 0.04s, phase: 0 +[1] - Worker 47 (PID: 268) booted in 0.04s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 286) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 304) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 315) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 321) 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.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 +[1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 diff --git a/site/static/logs/pipelined/4096/hanami.log b/site/static/logs/pipelined/4096/hanami.log index 2ab81047e..4c72a1168 100644 --- a/site/static/logs/pipelined/4096/hanami.log +++ b/site/static/logs/pipelined/4096/hanami.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 3 (PID: 21) booted in 0.09s, phase: 0 +[1] - Worker 0 (PID: 10) 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.1s, 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: 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: 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.07s, 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: 104) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 108) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 115) 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.08s, phase: 0 -[1] - Worker 26 (PID: 143) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 161) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 171) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 177) booted in 0.07s, phase: 0 -[1] - Worker 32 (PID: 183) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 189) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 206) booted in 0.07s, 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: 221) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 228) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 234) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 247) booted in 0.07s, 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: 63) booted in 0.08s, phase: 0 +[1] - Worker 13 (PID: 70) booted in 0.08s, phase: 0 +[1] - Worker 14 (PID: 78) 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: 94) booted in 0.09s, phase: 0 +[1] - Worker 18 (PID: 99) booted in 0.09s, phase: 0 +[1] - Worker 19 (PID: 107) booted in 0.08s, phase: 0 +[1] - Worker 20 (PID: 113) booted in 0.08s, phase: 0 +[1] - Worker 21 (PID: 118) booted in 0.08s, phase: 0 +[1] - Worker 22 (PID: 124) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 130) booted in 0.08s, phase: 0 +[1] - Worker 24 (PID: 135) booted in 0.08s, phase: 0 +[1] - Worker 25 (PID: 141) booted in 0.08s, phase: 0 +[1] - Worker 26 (PID: 146) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 165) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 175) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 180) booted in 0.07s, phase: 0 +[1] - Worker 32 (PID: 186) booted in 0.07s, phase: 0 +[1] - Worker 33 (PID: 192) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 197) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 202) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.07s, phase: 0 +[1] - Worker 39 (PID: 223) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 230) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 236) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 246) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 252) booted in 0.07s, phase: 0 [1] - Worker 45 (PID: 257) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 262) booted in 0.06s, phase: 0 -[1] - Worker 47 (PID: 269) booted in 0.06s, phase: 0 -[1] - Worker 48 (PID: 275) booted in 0.06s, phase: 0 -[1] - Worker 49 (PID: 281) booted in 0.06s, phase: 0 -[1] - Worker 50 (PID: 287) booted in 0.06s, phase: 0 +[1] - Worker 47 (PID: 268) booted in 0.06s, phase: 0 +[1] - Worker 48 (PID: 274) booted in 0.06s, phase: 0 +[1] - Worker 49 (PID: 280) booted in 0.06s, phase: 0 +[1] - Worker 50 (PID: 286) booted in 0.06s, phase: 0 [1] - Worker 51 (PID: 292) booted in 0.06s, phase: 0 [1] - Worker 52 (PID: 298) booted in 0.06s, phase: 0 [1] - Worker 53 (PID: 304) booted in 0.06s, phase: 0 [1] - Worker 54 (PID: 310) booted in 0.05s, phase: 0 -[1] - Worker 55 (PID: 316) booted in 0.05s, phase: 0 -[1] - Worker 56 (PID: 322) booted in 0.05s, phase: 0 -[1] - Worker 57 (PID: 328) booted in 0.05s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.05s, phase: 0 -[1] - Worker 59 (PID: 339) booted in 0.05s, phase: 0 -[1] - Worker 60 (PID: 346) booted in 0.05s, phase: 0 -[1] - Worker 61 (PID: 352) booted in 0.05s, phase: 0 -[1] - Worker 62 (PID: 358) booted in 0.05s, phase: 0 -[1] - Worker 63 (PID: 364) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 318) booted in 0.05s, phase: 0 +[1] - Worker 56 (PID: 324) booted in 0.05s, phase: 0 +[1] - Worker 57 (PID: 330) booted in 0.05s, phase: 0 +[1] - Worker 58 (PID: 336) booted in 0.05s, phase: 0 +[1] - Worker 59 (PID: 342) booted in 0.05s, phase: 0 +[1] - Worker 60 (PID: 348) booted in 0.05s, phase: 0 +[1] - Worker 61 (PID: 354) booted in 0.05s, phase: 0 +[1] - Worker 62 (PID: 360) booted in 0.05s, phase: 0 +[1] - Worker 63 (PID: 365) booted in 0.04s, phase: 0 diff --git a/site/static/logs/pipelined/4096/rack-falcon.log b/site/static/logs/pipelined/4096/rack-falcon.log index bd8c3e905..4f573889b 100644 --- a/site/static/logs/pipelined/4096/rack-falcon.log +++ b/site/static/logs/pipelined/4096/rack-falcon.log @@ -1,6430 +1,3417 @@ -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Command::Host","object_id":896,"message":"Falcon Host v0.54.2 taking flight!\n- Configuration: falcon.rb\n- To terminate: Ctrl-C or kill 1\n- To reload: kill -HUP 1\n"} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"status":"Initializing controller..."}} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Falcon::Service::Server","object_id":920,"message":"Starting app on #"} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller starting..."} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Starting container..."} -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Waiting for startup..."} -/app/vendor/bundle/ruby/4.0.0/gems/async-container-0.30.0/lib/async/container/notify/pipe.rb:68: warning: IO::Buffer is experimental and both the Ruby and C interface may change in the future! -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Finished startup."} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Container::Notify::Console","object_id":904,"message":{"ready":true,"size":65}} -{"time":"2026-05-21T21:13:28+00:00","severity":"info","process_id":1,"fiber_id":888,"pid":1,"subject":"Async::Service::Controller","object_id":928,"message":"Controller started..."} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1048,"pid":30,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1112,"pid":42,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1272,"pid":72,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":984,"pid":18,"subject":"Async::Task","object_id":992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1208,"pid":60,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":952,"pid":12,"subject":"Async::Task","object_id":960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1432,"pid":102,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1512,"pid":117,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1384,"pid":93,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1528,"pid":120,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1624,"pid":138,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":968,"pid":15,"subject":"Async::Task","object_id":976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":936,"pid":9,"subject":"Async::Task","object_id":944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1224,"pid":60,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1016,"pid":24,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1560,"pid":126,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":968,"pid":12,"subject":"Async::Task","object_id":976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1000,"pid":21,"subject":"Async::Task","object_id":1008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1400,"pid":96,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1720,"pid":156,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1576,"pid":129,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1896,"pid":189,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1400,"pid":93,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1160,"pid":51,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1736,"pid":159,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1256,"pid":69,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1416,"pid":99,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":984,"pid":12,"subject":"Async::Task","object_id":992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1864,"pid":183,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":1944,"pid":198,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1128,"pid":45,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1736,"pid":156,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1416,"pid":93,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1592,"pid":132,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1576,"pid":126,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1128,"pid":42,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1416,"pid":96,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1304,"pid":78,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1032,"pid":27,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1432,"pid":93,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1912,"pid":189,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1544,"pid":123,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1880,"pid":186,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1528,"pid":117,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1752,"pid":156,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1928,"pid":189,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":984,"pid":15,"subject":"Async::Task","object_id":992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1000,"pid":18,"subject":"Async::Task","object_id":1008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1448,"pid":93,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1640,"pid":141,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1752,"pid":162,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1944,"pid":189,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1224,"pid":63,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":952,"pid":9,"subject":"Async::Task","object_id":960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1960,"pid":189,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1592,"pid":126,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1480,"pid":111,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1144,"pid":45,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1240,"pid":66,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1240,"pid":60,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1544,"pid":120,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1272,"pid":69,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1368,"pid":90,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1752,"pid":159,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1000,"pid":15,"subject":"Async::Task","object_id":1008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1432,"pid":96,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1832,"pid":177,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1016,"pid":21,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1544,"pid":117,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1032,"pid":24,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1608,"pid":132,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1080,"pid":36,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1768,"pid":156,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1448,"pid":96,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1096,"pid":39,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1560,"pid":117,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1064,"pid":30,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1800,"pid":171,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1496,"pid":111,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1768,"pid":159,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1784,"pid":156,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1880,"pid":183,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1576,"pid":117,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1624,"pid":132,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1768,"pid":165,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1592,"pid":129,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1640,"pid":138,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1000,"pid":12,"subject":"Async::Task","object_id":1008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1240,"pid":63,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1096,"pid":36,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1656,"pid":141,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1896,"pid":186,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1016,"pid":15,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1032,"pid":21,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1512,"pid":111,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1656,"pid":144,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1080,"pid":30,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1448,"pid":102,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1176,"pid":51,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1288,"pid":72,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1352,"pid":87,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1608,"pid":129,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1112,"pid":36,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1256,"pid":60,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1672,"pid":141,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1048,"pid":21,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1688,"pid":150,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1176,"pid":54,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1016,"pid":18,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1848,"pid":177,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1624,"pid":129,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1688,"pid":141,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1464,"pid":93,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1048,"pid":27,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1192,"pid":51,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1016,"pid":12,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1816,"pid":171,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":968,"pid":9,"subject":"Async::Task","object_id":976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1064,"pid":21,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1800,"pid":156,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1272,"pid":60,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1704,"pid":141,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1096,"pid":30,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1304,"pid":72,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":984,"pid":9,"subject":"Async::Task","object_id":992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1816,"pid":174,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1912,"pid":186,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1496,"pid":114,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1592,"pid":117,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1000,"pid":9,"subject":"Async::Task","object_id":1008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1704,"pid":153,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":1960,"pid":198,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1384,"pid":90,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1032,"pid":15,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1976,"pid":189,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1608,"pid":126,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1160,"pid":45,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1432,"pid":99,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1528,"pid":111,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1512,"pid":114,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1768,"pid":162,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1048,"pid":15,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":1976,"pid":198,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1176,"pid":45,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1080,"pid":21,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1320,"pid":78,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1192,"pid":57,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1864,"pid":177,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1528,"pid":114,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1448,"pid":99,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1016,"pid":9,"subject":"Async::Task","object_id":1024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1144,"pid":48,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1464,"pid":108,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1288,"pid":69,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1720,"pid":153,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1256,"pid":63,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1128,"pid":36,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1832,"pid":171,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1464,"pid":96,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1560,"pid":120,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1288,"pid":75,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1032,"pid":18,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1896,"pid":183,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":1992,"pid":198,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1544,"pid":111,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1064,"pid":27,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1208,"pid":51,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1784,"pid":159,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1144,"pid":36,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1368,"pid":87,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1912,"pid":183,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1480,"pid":96,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1624,"pid":126,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1464,"pid":99,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1064,"pid":15,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1928,"pid":183,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1400,"pid":90,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1704,"pid":150,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1336,"pid":78,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1560,"pid":123,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1144,"pid":42,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1464,"pid":102,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1048,"pid":24,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1192,"pid":54,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1272,"pid":63,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1304,"pid":69,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1384,"pid":87,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1224,"pid":51,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1320,"pid":81,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1560,"pid":111,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1112,"pid":39,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1912,"pid":192,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1096,"pid":21,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":1992,"pid":189,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1480,"pid":93,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1480,"pid":102,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1880,"pid":177,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1320,"pid":69,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1080,"pid":15,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1656,"pid":138,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1160,"pid":36,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1832,"pid":174,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2008,"pid":198,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1448,"pid":105,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1672,"pid":144,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1160,"pid":48,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1400,"pid":87,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1576,"pid":123,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1848,"pid":171,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1064,"pid":24,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1256,"pid":66,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1192,"pid":45,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1720,"pid":150,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1640,"pid":129,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1336,"pid":81,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1336,"pid":69,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2008,"pid":189,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1944,"pid":183,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1080,"pid":27,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1480,"pid":99,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1640,"pid":132,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1672,"pid":138,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1720,"pid":141,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1608,"pid":117,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1288,"pid":63,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1352,"pid":78,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1160,"pid":42,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1304,"pid":75,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2024,"pid":189,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1816,"pid":156,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1096,"pid":15,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1928,"pid":186,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1848,"pid":174,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1416,"pid":87,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1736,"pid":153,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1464,"pid":105,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1352,"pid":81,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1544,"pid":114,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1832,"pid":156,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1272,"pid":66,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1784,"pid":165,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1864,"pid":171,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1128,"pid":39,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1864,"pid":174,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1624,"pid":117,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1208,"pid":54,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1784,"pid":168,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1592,"pid":123,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1368,"pid":78,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1880,"pid":171,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1576,"pid":111,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1656,"pid":129,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1656,"pid":132,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1304,"pid":63,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1896,"pid":177,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1576,"pid":120,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1736,"pid":150,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2040,"pid":189,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1928,"pid":192,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1176,"pid":36,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1496,"pid":93,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1496,"pid":99,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1416,"pid":90,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1480,"pid":105,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1640,"pid":117,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1640,"pid":126,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1688,"pid":138,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1240,"pid":51,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1608,"pid":135,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1688,"pid":144,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1752,"pid":153,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1736,"pid":141,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1880,"pid":174,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1096,"pid":27,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1656,"pid":117,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1800,"pid":165,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1800,"pid":168,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1176,"pid":42,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2024,"pid":198,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1320,"pid":72,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1112,"pid":27,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1752,"pid":150,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1672,"pid":132,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1208,"pid":57,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1256,"pid":51,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1608,"pid":123,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1624,"pid":135,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1944,"pid":192,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1112,"pid":21,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1224,"pid":54,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1944,"pid":186,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1480,"pid":108,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1432,"pid":90,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1592,"pid":120,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1080,"pid":24,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1752,"pid":141,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1560,"pid":114,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1672,"pid":129,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1176,"pid":48,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1960,"pid":183,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1224,"pid":57,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1608,"pid":120,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1368,"pid":81,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1432,"pid":87,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1192,"pid":48,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1592,"pid":111,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1576,"pid":114,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1496,"pid":108,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1144,"pid":39,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1112,"pid":30,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1800,"pid":159,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1672,"pid":147,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1896,"pid":171,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1960,"pid":192,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1096,"pid":24,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1896,"pid":174,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1032,"pid":9,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1512,"pid":99,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1656,"pid":126,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1288,"pid":66,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1352,"pid":69,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1848,"pid":156,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1768,"pid":153,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1672,"pid":117,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1192,"pid":42,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1912,"pid":171,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1160,"pid":39,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1768,"pid":141,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1336,"pid":72,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1240,"pid":54,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1320,"pid":75,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1672,"pid":126,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1336,"pid":84,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1320,"pid":63,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1864,"pid":156,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1928,"pid":171,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2040,"pid":198,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1784,"pid":141,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1448,"pid":90,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1688,"pid":126,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1272,"pid":51,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1336,"pid":63,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1960,"pid":186,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1336,"pid":75,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1064,"pid":33,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1176,"pid":39,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1816,"pid":159,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2056,"pid":198,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1784,"pid":153,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1592,"pid":114,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1816,"pid":168,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1880,"pid":156,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1192,"pid":36,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1128,"pid":21,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1944,"pid":171,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1704,"pid":126,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1512,"pid":108,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1240,"pid":57,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1352,"pid":72,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1976,"pid":183,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1352,"pid":63,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1112,"pid":24,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1384,"pid":81,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1624,"pid":123,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1496,"pid":105,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1304,"pid":66,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1048,"pid":9,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1208,"pid":48,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1608,"pid":111,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2056,"pid":189,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1400,"pid":81,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1048,"pid":18,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1688,"pid":129,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1256,"pid":54,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1832,"pid":168,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1640,"pid":135,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1784,"pid":162,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1368,"pid":69,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1960,"pid":171,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1528,"pid":99,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1608,"pid":114,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1128,"pid":30,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1352,"pid":75,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1688,"pid":117,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1688,"pid":132,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1896,"pid":156,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1832,"pid":159,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1704,"pid":129,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1496,"pid":102,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1320,"pid":66,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1848,"pid":180,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1976,"pid":186,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1912,"pid":177,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1384,"pid":78,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1688,"pid":147,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1816,"pid":165,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1848,"pid":168,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1656,"pid":135,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":1992,"pid":183,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1720,"pid":129,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1848,"pid":159,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1704,"pid":138,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1720,"pid":126,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1368,"pid":75,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1976,"pid":171,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1736,"pid":129,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1384,"pid":69,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":1928,"pid":195,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1192,"pid":39,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1768,"pid":150,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1704,"pid":132,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1224,"pid":48,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1512,"pid":93,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1752,"pid":129,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1368,"pid":72,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1800,"pid":141,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1976,"pid":192,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1208,"pid":39,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1256,"pid":57,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1368,"pid":63,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1496,"pid":96,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1864,"pid":159,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1416,"pid":81,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1864,"pid":180,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2072,"pid":198,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1928,"pid":177,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1624,"pid":114,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1624,"pid":120,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1624,"pid":111,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1672,"pid":135,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1864,"pid":168,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1208,"pid":36,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1512,"pid":105,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1688,"pid":135,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1736,"pid":126,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1640,"pid":120,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1272,"pid":57,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2088,"pid":198,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1512,"pid":96,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1288,"pid":51,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1144,"pid":30,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1720,"pid":138,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1720,"pid":132,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1704,"pid":144,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1784,"pid":150,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1528,"pid":108,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1832,"pid":165,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1064,"pid":18,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":1992,"pid":186,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1336,"pid":66,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1656,"pid":120,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1240,"pid":48,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1736,"pid":132,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2104,"pid":198,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1800,"pid":153,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1384,"pid":63,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1432,"pid":81,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":1944,"pid":195,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1272,"pid":54,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1128,"pid":27,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":1992,"pid":192,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1880,"pid":159,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1448,"pid":81,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1256,"pid":48,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1160,"pid":30,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1704,"pid":147,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1896,"pid":159,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2072,"pid":189,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1208,"pid":42,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1912,"pid":156,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1384,"pid":72,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1752,"pid":132,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1400,"pid":69,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1400,"pid":63,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1912,"pid":159,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1848,"pid":165,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1288,"pid":57,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1800,"pid":162,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1176,"pid":30,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1704,"pid":117,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1800,"pid":150,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1304,"pid":51,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1880,"pid":180,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1112,"pid":15,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1144,"pid":21,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1720,"pid":144,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1400,"pid":72,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1512,"pid":102,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1352,"pid":84,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1528,"pid":96,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1160,"pid":21,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1768,"pid":132,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1224,"pid":39,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1032,"pid":12,"subject":"Async::Task","object_id":1040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1544,"pid":99,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2008,"pid":192,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1400,"pid":78,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1736,"pid":144,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2008,"pid":186,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1224,"pid":36,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1672,"pid":120,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1816,"pid":141,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1944,"pid":177,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1224,"pid":42,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":1992,"pid":171,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1640,"pid":114,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2008,"pid":183,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1768,"pid":129,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1352,"pid":66,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1720,"pid":147,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1928,"pid":156,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1064,"pid":9,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1416,"pid":69,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1208,"pid":45,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1368,"pid":84,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1464,"pid":81,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2120,"pid":198,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1752,"pid":126,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1704,"pid":135,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1528,"pid":93,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1416,"pid":78,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2024,"pid":183,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1240,"pid":39,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":1960,"pid":195,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1384,"pid":84,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1816,"pid":153,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1656,"pid":114,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1864,"pid":165,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1384,"pid":75,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1736,"pid":138,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1176,"pid":21,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1416,"pid":63,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1448,"pid":87,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1368,"pid":66,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1256,"pid":39,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1416,"pid":72,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1320,"pid":51,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1672,"pid":114,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1128,"pid":24,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1688,"pid":120,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1832,"pid":153,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1544,"pid":96,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1544,"pid":108,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1128,"pid":15,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1816,"pid":150,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1144,"pid":27,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1560,"pid":99,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2024,"pid":186,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1400,"pid":75,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1224,"pid":45,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1912,"pid":174,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1432,"pid":72,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1704,"pid":120,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1272,"pid":39,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1816,"pid":162,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2024,"pid":192,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1160,"pid":27,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1720,"pid":117,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1416,"pid":75,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1464,"pid":87,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1384,"pid":66,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1528,"pid":102,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1640,"pid":111,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1928,"pid":159,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1400,"pid":84,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1240,"pid":36,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1176,"pid":27,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1928,"pid":174,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1880,"pid":168,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1288,"pid":54,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1048,"pid":12,"subject":"Async::Task","object_id":1056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1080,"pid":9,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1272,"pid":48,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2040,"pid":192,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1880,"pid":165,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1848,"pid":153,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1736,"pid":147,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1784,"pid":129,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1576,"pid":99,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1480,"pid":81,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1720,"pid":135,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2040,"pid":186,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1448,"pid":72,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1432,"pid":63,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1080,"pid":18,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1432,"pid":78,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1896,"pid":165,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1304,"pid":57,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2056,"pid":192,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1944,"pid":174,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1864,"pid":153,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1560,"pid":108,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1288,"pid":48,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1192,"pid":27,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":1976,"pid":195,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1832,"pid":150,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1960,"pid":177,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1752,"pid":138,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1432,"pid":69,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2136,"pid":198,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2088,"pid":189,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1544,"pid":102,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1416,"pid":84,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1256,"pid":36,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1560,"pid":96,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1304,"pid":48,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1192,"pid":21,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":1992,"pid":195,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1320,"pid":57,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1096,"pid":9,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1768,"pid":126,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2008,"pid":171,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1688,"pid":114,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1144,"pid":24,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1880,"pid":153,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2040,"pid":183,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1960,"pid":174,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1464,"pid":90,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1240,"pid":42,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1336,"pid":57,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1768,"pid":138,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1064,"pid":12,"subject":"Async::Task","object_id":1072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1896,"pid":168,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1912,"pid":165,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1832,"pid":162,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1896,"pid":180,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1256,"pid":42,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1192,"pid":30,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1848,"pid":150,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1560,"pid":102,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1448,"pid":78,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1432,"pid":75,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1944,"pid":159,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1400,"pid":66,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1080,"pid":12,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1112,"pid":9,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1784,"pid":132,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1976,"pid":174,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1096,"pid":18,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1656,"pid":111,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1944,"pid":156,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2008,"pid":195,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1288,"pid":60,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1144,"pid":15,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1080,"pid":33,"subject":"Async::Task","object_id":1088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1240,"pid":45,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1464,"pid":72,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1288,"pid":39,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1112,"pid":18,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1320,"pid":48,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1464,"pid":78,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1784,"pid":138,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1352,"pid":57,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1928,"pid":165,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1976,"pid":177,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1720,"pid":120,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1576,"pid":96,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1160,"pid":24,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1208,"pid":21,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2152,"pid":198,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1480,"pid":87,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1832,"pid":141,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1480,"pid":90,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1944,"pid":165,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1496,"pid":81,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1912,"pid":180,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2072,"pid":192,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1704,"pid":114,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1896,"pid":153,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1176,"pid":24,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2088,"pid":192,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1432,"pid":84,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1272,"pid":36,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":1992,"pid":177,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1800,"pid":132,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1304,"pid":39,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1480,"pid":72,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1416,"pid":66,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1208,"pid":27,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1800,"pid":129,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1496,"pid":87,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1960,"pid":156,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1576,"pid":108,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1096,"pid":33,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1496,"pid":90,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1816,"pid":129,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1864,"pid":150,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1448,"pid":69,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1256,"pid":45,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1128,"pid":9,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1736,"pid":117,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1336,"pid":51,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1448,"pid":75,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1448,"pid":63,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1736,"pid":120,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1912,"pid":168,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1160,"pid":15,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2056,"pid":183,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1192,"pid":24,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1480,"pid":78,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1752,"pid":147,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1576,"pid":102,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2104,"pid":189,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1752,"pid":117,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1464,"pid":63,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1128,"pid":18,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1912,"pid":153,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1768,"pid":117,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1288,"pid":36,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1512,"pid":90,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1784,"pid":126,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1592,"pid":96,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2120,"pid":189,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1960,"pid":165,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2008,"pid":177,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2024,"pid":195,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1512,"pid":87,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1800,"pid":138,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1736,"pid":135,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1464,"pid":75,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1480,"pid":63,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2136,"pid":189,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1176,"pid":15,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1304,"pid":60,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1336,"pid":48,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2072,"pid":183,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1224,"pid":27,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1592,"pid":102,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1320,"pid":60,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1512,"pid":81,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1432,"pid":66,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1832,"pid":129,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1272,"pid":42,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1112,"pid":33,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1848,"pid":141,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2056,"pid":186,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2152,"pid":189,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1352,"pid":51,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1464,"pid":69,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1976,"pid":165,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1144,"pid":18,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":1992,"pid":174,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1496,"pid":63,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1768,"pid":147,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1448,"pid":84,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1096,"pid":12,"subject":"Async::Task","object_id":1104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1288,"pid":42,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1800,"pid":126,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1224,"pid":21,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1976,"pid":156,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1144,"pid":9,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2168,"pid":189,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1352,"pid":48,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1528,"pid":87,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1128,"pid":33,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2104,"pid":192,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1928,"pid":180,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1512,"pid":63,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2040,"pid":195,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1816,"pid":126,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1480,"pid":75,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1848,"pid":129,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1448,"pid":66,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1528,"pid":63,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1240,"pid":27,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1320,"pid":39,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1208,"pid":30,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1304,"pid":54,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1752,"pid":144,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2184,"pid":189,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2024,"pid":171,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1528,"pid":105,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1320,"pid":54,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1944,"pid":180,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1112,"pid":12,"subject":"Async::Task","object_id":1120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1816,"pid":132,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2168,"pid":198,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1752,"pid":135,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1336,"pid":54,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1784,"pid":117,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1464,"pid":84,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1496,"pid":72,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1240,"pid":21,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1768,"pid":144,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1640,"pid":123,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1928,"pid":153,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1720,"pid":114,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1336,"pid":39,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2040,"pid":171,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1832,"pid":132,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1352,"pid":54,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1144,"pid":33,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1160,"pid":18,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1960,"pid":180,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1944,"pid":153,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1960,"pid":159,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1304,"pid":36,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1736,"pid":114,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1512,"pid":72,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1368,"pid":51,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1528,"pid":81,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2056,"pid":171,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1608,"pid":96,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1528,"pid":90,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1320,"pid":36,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1960,"pid":153,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1816,"pid":138,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1592,"pid":99,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1224,"pid":30,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1528,"pid":72,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1848,"pid":132,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1272,"pid":45,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2200,"pid":189,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1976,"pid":159,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1880,"pid":150,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1256,"pid":21,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1928,"pid":168,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":1992,"pid":159,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1976,"pid":153,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1480,"pid":84,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2184,"pid":198,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1544,"pid":93,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":162,"fiber_id":1848,"pid":162,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2056,"pid":195,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1336,"pid":60,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2072,"pid":171,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1288,"pid":45,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1336,"pid":36,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1784,"pid":144,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1544,"pid":90,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2120,"pid":192,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1272,"pid":21,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2088,"pid":183,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1752,"pid":114,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1800,"pid":117,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1288,"pid":21,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1496,"pid":78,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":1992,"pid":153,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1352,"pid":36,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1560,"pid":93,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1208,"pid":24,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2008,"pid":174,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2104,"pid":183,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1608,"pid":102,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1544,"pid":72,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1304,"pid":42,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1192,"pid":15,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2008,"pid":159,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1864,"pid":132,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1864,"pid":141,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2088,"pid":171,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1208,"pid":15,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1592,"pid":108,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1304,"pid":21,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1368,"pid":36,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1544,"pid":63,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1496,"pid":75,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1224,"pid":15,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1656,"pid":123,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1352,"pid":39,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2008,"pid":153,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1768,"pid":114,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1768,"pid":135,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2200,"pid":198,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1800,"pid":144,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1896,"pid":150,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2072,"pid":195,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2024,"pid":159,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2072,"pid":186,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2104,"pid":171,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1784,"pid":114,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2024,"pid":177,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1352,"pid":60,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2216,"pid":198,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1560,"pid":72,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":1992,"pid":156,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2088,"pid":195,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1304,"pid":45,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1368,"pid":39,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1384,"pid":36,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1752,"pid":120,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":1992,"pid":165,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1160,"pid":33,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1768,"pid":120,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1560,"pid":63,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1224,"pid":24,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1160,"pid":9,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2040,"pid":159,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1672,"pid":123,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1512,"pid":78,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1240,"pid":15,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1576,"pid":63,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2232,"pid":198,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1368,"pid":57,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1480,"pid":69,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1832,"pid":138,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1256,"pid":27,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1544,"pid":105,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2024,"pid":174,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1608,"pid":108,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1256,"pid":15,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1784,"pid":147,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1592,"pid":63,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1272,"pid":27,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1880,"pid":141,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1624,"pid":108,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1816,"pid":144,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1784,"pid":120,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1800,"pid":114,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1544,"pid":87,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1176,"pid":9,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2216,"pid":189,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1576,"pid":72,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2008,"pid":165,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1688,"pid":123,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1240,"pid":30,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1368,"pid":48,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1496,"pid":69,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2104,"pid":195,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1496,"pid":84,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2008,"pid":156,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1544,"pid":81,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1640,"pid":108,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1128,"pid":12,"subject":"Async::Task","object_id":1136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1512,"pid":69,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1832,"pid":144,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1784,"pid":135,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1288,"pid":27,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2232,"pid":189,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2248,"pid":198,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1560,"pid":90,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1704,"pid":123,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2088,"pid":186,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1800,"pid":120,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1384,"pid":39,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1576,"pid":93,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2248,"pid":189,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1192,"pid":9,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1320,"pid":42,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1624,"pid":102,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1176,"pid":33,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1304,"pid":27,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2120,"pid":183,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1368,"pid":54,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1400,"pid":39,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1464,"pid":66,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1272,"pid":15,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1896,"pid":141,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1528,"pid":69,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1480,"pid":66,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1384,"pid":51,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1608,"pid":99,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1320,"pid":27,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1176,"pid":18,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1560,"pid":105,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1624,"pid":96,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1256,"pid":30,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2264,"pid":189,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2040,"pid":177,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1208,"pid":9,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1560,"pid":81,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1192,"pid":33,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1320,"pid":45,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2136,"pid":192,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1400,"pid":36,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1672,"pid":111,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1944,"pid":168,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2024,"pid":153,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2056,"pid":159,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2136,"pid":183,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1832,"pid":126,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1720,"pid":123,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1912,"pid":141,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2024,"pid":165,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1800,"pid":147,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1544,"pid":69,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2152,"pid":192,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1560,"pid":87,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1400,"pid":51,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2072,"pid":159,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1960,"pid":168,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":180,"fiber_id":1976,"pid":180,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1144,"pid":12,"subject":"Async::Task","object_id":1152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2040,"pid":153,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1384,"pid":48,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2040,"pid":165,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1416,"pid":51,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1816,"pid":120,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1416,"pid":36,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1384,"pid":54,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2168,"pid":192,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1816,"pid":114,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1224,"pid":9,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1208,"pid":33,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2056,"pid":165,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1496,"pid":66,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1368,"pid":60,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1576,"pid":81,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1400,"pid":48,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1432,"pid":36,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1528,"pid":78,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1912,"pid":150,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2184,"pid":192,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1576,"pid":105,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1688,"pid":111,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1640,"pid":96,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2024,"pid":156,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2120,"pid":195,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1240,"pid":24,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2200,"pid":192,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1224,"pid":33,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1816,"pid":117,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1592,"pid":93,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1928,"pid":150,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1592,"pid":81,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1848,"pid":126,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2072,"pid":165,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":60,"fiber_id":1384,"pid":60,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1592,"pid":105,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1656,"pid":96,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2152,"pid":183,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1592,"pid":72,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1448,"pid":36,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1656,"pid":108,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1512,"pid":84,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1544,"pid":78,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1944,"pid":150,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2088,"pid":159,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1336,"pid":27,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2040,"pid":174,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2168,"pid":183,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2056,"pid":153,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1832,"pid":120,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1608,"pid":81,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1800,"pid":135,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2216,"pid":192,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1416,"pid":39,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1560,"pid":78,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2104,"pid":159,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1432,"pid":51,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1672,"pid":96,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1240,"pid":9,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2264,"pid":198,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1864,"pid":126,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1832,"pid":114,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1336,"pid":45,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1864,"pid":129,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1384,"pid":57,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2056,"pid":174,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1960,"pid":150,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1624,"pid":99,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1512,"pid":66,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1256,"pid":24,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1880,"pid":132,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1288,"pid":15,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1512,"pid":75,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1816,"pid":147,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1848,"pid":138,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1848,"pid":114,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1160,"pid":12,"subject":"Async::Task","object_id":1168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1928,"pid":141,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1304,"pid":15,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1864,"pid":138,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1608,"pid":105,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1336,"pid":42,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1320,"pid":21,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1560,"pid":69,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1576,"pid":78,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1192,"pid":18,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1432,"pid":39,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1272,"pid":30,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1448,"pid":51,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2072,"pid":153,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1864,"pid":114,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1448,"pid":39,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1624,"pid":81,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1288,"pid":30,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1240,"pid":33,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1944,"pid":141,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1336,"pid":21,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1592,"pid":78,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1464,"pid":51,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1352,"pid":42,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1832,"pid":147,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1320,"pid":15,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1848,"pid":144,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2104,"pid":186,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2136,"pid":195,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1528,"pid":84,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1352,"pid":21,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2120,"pid":186,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1272,"pid":24,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2280,"pid":198,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1816,"pid":135,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1608,"pid":78,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2040,"pid":156,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1368,"pid":42,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1400,"pid":57,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1368,"pid":21,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2088,"pid":165,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1608,"pid":72,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2056,"pid":177,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1384,"pid":42,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1736,"pid":123,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1464,"pid":39,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1832,"pid":117,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1288,"pid":24,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2136,"pid":186,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2072,"pid":177,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1848,"pid":117,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1528,"pid":66,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1336,"pid":15,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1880,"pid":138,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1544,"pid":84,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1880,"pid":126,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1400,"pid":54,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1304,"pid":24,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1624,"pid":72,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2088,"pid":177,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1304,"pid":30,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2104,"pid":165,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1608,"pid":93,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1976,"pid":168,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1864,"pid":117,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1352,"pid":27,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1608,"pid":63,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1544,"pid":66,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1256,"pid":33,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1320,"pid":24,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1400,"pid":42,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1368,"pid":27,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1976,"pid":150,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1576,"pid":90,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2232,"pid":192,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1848,"pid":147,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1704,"pid":111,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2152,"pid":186,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1320,"pid":30,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1416,"pid":54,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1864,"pid":144,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1624,"pid":63,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1384,"pid":27,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2056,"pid":156,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1880,"pid":117,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1432,"pid":54,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1576,"pid":87,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1640,"pid":63,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1256,"pid":9,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1720,"pid":111,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1896,"pid":126,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":1992,"pid":150,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2168,"pid":186,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1448,"pid":54,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1640,"pid":99,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2072,"pid":156,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1656,"pid":99,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2296,"pid":198,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1672,"pid":108,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2248,"pid":192,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1176,"pid":12,"subject":"Async::Task","object_id":1184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1528,"pid":75,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1912,"pid":126,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2120,"pid":171,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1416,"pid":48,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2088,"pid":156,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2120,"pid":165,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1464,"pid":54,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1960,"pid":141,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1480,"pid":51,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1400,"pid":27,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1624,"pid":93,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1880,"pid":129,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1672,"pid":99,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1656,"pid":63,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1576,"pid":69,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1544,"pid":75,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2280,"pid":189,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1624,"pid":78,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1688,"pid":99,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1752,"pid":123,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1192,"pid":12,"subject":"Async::Task","object_id":1200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1416,"pid":42,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2264,"pid":192,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1640,"pid":93,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2152,"pid":195,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2136,"pid":165,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2280,"pid":192,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1480,"pid":54,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1336,"pid":30,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1208,"pid":18,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2168,"pid":195,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1592,"pid":69,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1640,"pid":78,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1704,"pid":99,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1736,"pid":111,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1976,"pid":141,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1496,"pid":51,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1432,"pid":48,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2296,"pid":189,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1336,"pid":24,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2072,"pid":174,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1272,"pid":9,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1352,"pid":30,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1656,"pid":93,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1560,"pid":75,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1208,"pid":12,"subject":"Async::Task","object_id":1216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1656,"pid":78,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2184,"pid":186,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1352,"pid":45,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1416,"pid":57,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1672,"pid":63,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2184,"pid":183,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1224,"pid":18,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2136,"pid":171,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1720,"pid":99,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1672,"pid":78,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2088,"pid":174,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1448,"pid":48,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1560,"pid":66,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1432,"pid":57,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2200,"pid":183,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1560,"pid":84,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1896,"pid":138,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1640,"pid":72,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1576,"pid":75,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1576,"pid":66,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1368,"pid":45,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1624,"pid":105,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2184,"pid":195,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1448,"pid":57,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1464,"pid":36,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":1992,"pid":141,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1272,"pid":33,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1608,"pid":69,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1912,"pid":138,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1592,"pid":75,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2200,"pid":195,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1384,"pid":45,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1592,"pid":87,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1864,"pid":147,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":1992,"pid":168,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1848,"pid":120,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1592,"pid":66,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1896,"pid":132,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1624,"pid":69,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1224,"pid":12,"subject":"Async::Task","object_id":1232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1928,"pid":138,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1480,"pid":36,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1576,"pid":84,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1592,"pid":90,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2312,"pid":189,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1288,"pid":9,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1464,"pid":57,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1592,"pid":84,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2120,"pid":159,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1304,"pid":9,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1496,"pid":36,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1608,"pid":87,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1640,"pid":102,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2152,"pid":171,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1400,"pid":45,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2008,"pid":141,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2216,"pid":183,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2216,"pid":195,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1512,"pid":36,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1480,"pid":57,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2104,"pid":177,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2328,"pid":189,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1496,"pid":54,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":144,"fiber_id":1880,"pid":144,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1608,"pid":84,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1432,"pid":42,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1496,"pid":57,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2232,"pid":195,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1512,"pid":51,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1624,"pid":87,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1608,"pid":66,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1240,"pid":12,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1624,"pid":84,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1352,"pid":24,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1512,"pid":54,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1608,"pid":90,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1640,"pid":87,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2008,"pid":150,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1880,"pid":147,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1896,"pid":129,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2104,"pid":174,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1768,"pid":123,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1832,"pid":135,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1368,"pid":24,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1752,"pid":111,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1528,"pid":36,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1912,"pid":129,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1256,"pid":12,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1416,"pid":45,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1384,"pid":21,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1784,"pid":123,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2120,"pid":177,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1448,"pid":42,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1480,"pid":39,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2312,"pid":198,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1384,"pid":24,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1768,"pid":111,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1848,"pid":135,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1864,"pid":120,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2120,"pid":174,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2232,"pid":183,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1640,"pid":81,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1928,"pid":129,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1240,"pid":18,"subject":"Async::Task","object_id":1248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1528,"pid":54,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2136,"pid":177,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1800,"pid":123,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1928,"pid":126,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1464,"pid":48,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1784,"pid":111,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1912,"pid":132,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1640,"pid":84,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1624,"pid":90,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1400,"pid":21,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1880,"pid":120,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1688,"pid":108,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1464,"pid":42,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2136,"pid":159,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":18,"fiber_id":1256,"pid":18,"subject":"Async::Task","object_id":1264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1816,"pid":123,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2024,"pid":150,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1880,"pid":114,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1544,"pid":54,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2152,"pid":159,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1480,"pid":42,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1672,"pid":93,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1416,"pid":21,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1432,"pid":45,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2344,"pid":189,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1352,"pid":15,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1496,"pid":39,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1704,"pid":108,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1368,"pid":30,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1656,"pid":87,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1608,"pid":75,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1288,"pid":33,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1512,"pid":39,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1928,"pid":132,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1896,"pid":114,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1432,"pid":21,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1512,"pid":57,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1368,"pid":15,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1944,"pid":129,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1528,"pid":39,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1832,"pid":123,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1384,"pid":30,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1912,"pid":114,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2008,"pid":168,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1528,"pid":57,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1480,"pid":48,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1848,"pid":123,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1448,"pid":21,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1720,"pid":108,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2088,"pid":153,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1400,"pid":30,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1384,"pid":15,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1272,"pid":12,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2024,"pid":168,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1944,"pid":132,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1928,"pid":114,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2200,"pid":186,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2168,"pid":159,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1544,"pid":39,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1864,"pid":135,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2168,"pid":171,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1496,"pid":48,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1624,"pid":75,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1656,"pid":81,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2040,"pid":168,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2040,"pid":150,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1512,"pid":48,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1880,"pid":135,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1960,"pid":132,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1688,"pid":96,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2104,"pid":153,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2104,"pid":156,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2056,"pid":168,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2056,"pid":150,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1416,"pid":30,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1736,"pid":108,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2152,"pid":177,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2120,"pid":153,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1704,"pid":96,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1656,"pid":102,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2184,"pid":159,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1656,"pid":84,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1416,"pid":27,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1640,"pid":75,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2136,"pid":153,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1400,"pid":15,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1672,"pid":81,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1896,"pid":117,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1672,"pid":102,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2072,"pid":168,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1944,"pid":114,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1432,"pid":27,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2152,"pid":165,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1688,"pid":81,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1688,"pid":102,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1640,"pid":105,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1672,"pid":84,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1640,"pid":90,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1752,"pid":108,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1448,"pid":27,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1656,"pid":75,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1304,"pid":33,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1896,"pid":147,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1672,"pid":87,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1464,"pid":27,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1912,"pid":117,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1528,"pid":51,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1704,"pid":102,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2120,"pid":156,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1288,"pid":12,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1944,"pid":138,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1688,"pid":78,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2168,"pid":165,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2136,"pid":156,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2216,"pid":186,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1768,"pid":108,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2168,"pid":177,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1896,"pid":135,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2296,"pid":192,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1896,"pid":120,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1912,"pid":147,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1960,"pid":138,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1416,"pid":15,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1320,"pid":33,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1736,"pid":99,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2152,"pid":156,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1688,"pid":84,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1704,"pid":78,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1928,"pid":147,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1928,"pid":117,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2184,"pid":165,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1720,"pid":102,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1480,"pid":27,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1448,"pid":45,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1704,"pid":84,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1656,"pid":90,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1336,"pid":33,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2200,"pid":165,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2136,"pid":174,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1752,"pid":99,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1304,"pid":12,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1944,"pid":147,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1720,"pid":78,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1976,"pid":138,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2232,"pid":186,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1656,"pid":105,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2152,"pid":174,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1320,"pid":12,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1688,"pid":87,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1960,"pid":147,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1656,"pid":72,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1944,"pid":117,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1352,"pid":33,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1544,"pid":57,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1912,"pid":135,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2168,"pid":156,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2168,"pid":174,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":78,"fiber_id":1736,"pid":78,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2248,"pid":186,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2184,"pid":177,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2216,"pid":165,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1560,"pid":57,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1464,"pid":45,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1640,"pid":69,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1672,"pid":72,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2312,"pid":192,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2152,"pid":153,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2200,"pid":177,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1976,"pid":147,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2184,"pid":174,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1688,"pid":72,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1864,"pid":123,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1656,"pid":69,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1720,"pid":96,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1960,"pid":117,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2328,"pid":192,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1736,"pid":96,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1880,"pid":123,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1320,"pid":9,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1368,"pid":33,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1672,"pid":90,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":1992,"pid":138,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1944,"pid":126,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1672,"pid":69,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2248,"pid":195,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1896,"pid":123,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1800,"pid":111,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1960,"pid":126,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1752,"pid":96,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1688,"pid":63,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1336,"pid":9,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1704,"pid":87,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2088,"pid":168,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1624,"pid":66,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1816,"pid":111,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1480,"pid":45,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2344,"pid":192,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1832,"pid":111,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1496,"pid":45,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1912,"pid":123,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1976,"pid":126,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1768,"pid":99,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1848,"pid":111,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1640,"pid":66,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1720,"pid":87,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1704,"pid":72,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2264,"pid":195,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":1992,"pid":126,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2360,"pid":192,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1656,"pid":66,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1688,"pid":69,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2280,"pid":195,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1688,"pid":93,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1672,"pid":66,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1784,"pid":108,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1736,"pid":102,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1352,"pid":9,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1928,"pid":135,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1688,"pid":66,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1720,"pid":72,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1800,"pid":108,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1496,"pid":42,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1368,"pid":9,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1704,"pid":69,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1672,"pid":105,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":1992,"pid":147,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1704,"pid":63,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2008,"pid":126,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2296,"pid":195,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1944,"pid":135,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":99,"fiber_id":1784,"pid":99,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1720,"pid":63,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1384,"pid":33,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1768,"pid":96,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2024,"pid":141,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1512,"pid":42,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1736,"pid":63,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1688,"pid":105,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2008,"pid":147,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1560,"pid":54,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2360,"pid":189,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1528,"pid":42,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1704,"pid":105,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1752,"pid":63,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1960,"pid":129,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1400,"pid":33,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1544,"pid":36,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1720,"pid":105,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2040,"pid":141,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1816,"pid":108,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2328,"pid":198,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1736,"pid":105,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":135,"fiber_id":1960,"pid":135,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2264,"pid":186,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1976,"pid":129,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1416,"pid":33,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2280,"pid":186,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1976,"pid":132,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1576,"pid":54,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2344,"pid":198,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2248,"pid":183,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2184,"pid":171,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":1992,"pid":129,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1752,"pid":105,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2296,"pid":186,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1592,"pid":54,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1432,"pid":33,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1544,"pid":42,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1384,"pid":9,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1688,"pid":90,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1432,"pid":30,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":1992,"pid":132,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2360,"pid":198,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2264,"pid":183,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2008,"pid":129,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2024,"pid":147,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1448,"pid":30,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1608,"pid":54,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2008,"pid":132,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2280,"pid":183,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1768,"pid":63,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1704,"pid":81,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1832,"pid":108,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2296,"pid":183,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2040,"pid":147,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2376,"pid":189,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1720,"pid":81,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1464,"pid":30,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1400,"pid":24,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2200,"pid":171,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1784,"pid":63,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1560,"pid":42,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2072,"pid":150,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2392,"pid":189,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1560,"pid":36,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2216,"pid":171,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1752,"pid":102,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1624,"pid":54,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1416,"pid":24,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2312,"pid":186,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2024,"pid":132,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1912,"pid":120,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1480,"pid":30,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1576,"pid":36,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1528,"pid":48,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1736,"pid":81,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2312,"pid":183,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2408,"pid":189,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1592,"pid":36,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1928,"pid":120,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1544,"pid":48,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1608,"pid":36,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2424,"pid":189,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1752,"pid":81,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2232,"pid":171,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":150,"fiber_id":2088,"pid":150,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1720,"pid":84,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1336,"pid":12,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2040,"pid":132,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1432,"pid":24,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2056,"pid":141,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2216,"pid":177,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1560,"pid":48,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1704,"pid":93,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2024,"pid":129,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2376,"pid":198,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1496,"pid":30,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2104,"pid":168,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1624,"pid":36,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1704,"pid":90,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1464,"pid":21,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1448,"pid":24,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2440,"pid":189,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1944,"pid":120,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1800,"pid":63,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2120,"pid":168,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1640,"pid":36,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1720,"pid":90,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1768,"pid":102,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2456,"pid":189,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1736,"pid":84,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2200,"pid":159,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2200,"pid":174,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2392,"pid":198,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":177,"fiber_id":2232,"pid":177,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1560,"pid":39,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1928,"pid":123,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1816,"pid":63,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1752,"pid":84,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1736,"pid":90,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2248,"pid":171,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1768,"pid":84,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1576,"pid":48,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2008,"pid":138,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1960,"pid":120,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1656,"pid":36,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1768,"pid":105,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2472,"pid":189,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1720,"pid":93,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1672,"pid":75,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1544,"pid":51,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1944,"pid":123,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2328,"pid":186,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1832,"pid":63,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1784,"pid":105,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2024,"pid":138,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2216,"pid":174,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1352,"pid":12,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1560,"pid":51,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2488,"pid":189,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1960,"pid":114,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1688,"pid":75,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":168,"fiber_id":2136,"pid":168,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1592,"pid":48,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1512,"pid":45,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2040,"pid":138,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1464,"pid":24,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1368,"pid":12,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2504,"pid":189,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1784,"pid":84,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1864,"pid":111,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2232,"pid":174,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1800,"pid":105,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1496,"pid":27,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1880,"pid":111,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2520,"pid":189,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1576,"pid":57,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2072,"pid":141,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1480,"pid":21,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1976,"pid":120,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1736,"pid":93,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1816,"pid":105,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2248,"pid":174,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2216,"pid":159,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2536,"pid":189,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1496,"pid":21,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1576,"pid":51,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1576,"pid":39,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1672,"pid":36,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1752,"pid":93,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2024,"pid":126,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1528,"pid":45,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1704,"pid":75,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1688,"pid":36,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1592,"pid":57,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2264,"pid":174,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1736,"pid":87,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2184,"pid":156,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1720,"pid":75,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1512,"pid":21,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1896,"pid":111,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1592,"pid":39,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1704,"pid":36,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1544,"pid":45,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1528,"pid":21,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1608,"pid":39,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1848,"pid":63,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1560,"pid":45,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2232,"pid":165,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1976,"pid":114,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1720,"pid":36,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1624,"pid":39,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2056,"pid":138,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2312,"pid":195,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1640,"pid":39,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2168,"pid":153,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1544,"pid":21,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1736,"pid":36,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2232,"pid":159,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1592,"pid":51,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1512,"pid":27,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1912,"pid":111,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2040,"pid":126,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2056,"pid":147,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1752,"pid":36,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1576,"pid":45,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1752,"pid":87,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1528,"pid":27,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1656,"pid":39,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2328,"pid":195,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":1992,"pid":114,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1976,"pid":117,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1784,"pid":102,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1560,"pid":21,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1384,"pid":12,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1784,"pid":96,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2072,"pid":138,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2072,"pid":147,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2344,"pid":195,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1544,"pid":27,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1576,"pid":21,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2088,"pid":147,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1928,"pid":111,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1768,"pid":81,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2360,"pid":195,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1736,"pid":75,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1672,"pid":39,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2008,"pid":114,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1768,"pid":36,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1560,"pid":27,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2024,"pid":114,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1592,"pid":21,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2200,"pid":156,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1800,"pid":96,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1784,"pid":36,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2376,"pid":192,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1608,"pid":57,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1400,"pid":12,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1608,"pid":21,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":102,"fiber_id":1800,"pid":102,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1688,"pid":39,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2376,"pid":195,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1624,"pid":57,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1576,"pid":27,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2552,"pid":189,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1800,"pid":36,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1624,"pid":21,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2216,"pid":156,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2248,"pid":159,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1432,"pid":15,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2040,"pid":114,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2248,"pid":165,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1816,"pid":36,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2056,"pid":114,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1592,"pid":27,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2264,"pid":165,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1832,"pid":36,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2104,"pid":147,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2264,"pid":159,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2088,"pid":141,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1608,"pid":27,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2232,"pid":156,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2280,"pid":165,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1848,"pid":36,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1640,"pid":21,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1816,"pid":96,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1848,"pid":108,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2184,"pid":153,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1864,"pid":36,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1624,"pid":27,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2296,"pid":165,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1736,"pid":72,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1640,"pid":57,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2072,"pid":114,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":1992,"pid":117,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1704,"pid":66,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1448,"pid":33,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1864,"pid":108,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2568,"pid":189,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1768,"pid":87,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2120,"pid":147,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1704,"pid":39,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1656,"pid":21,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2280,"pid":159,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1608,"pid":51,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2056,"pid":126,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1464,"pid":33,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2248,"pid":156,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1880,"pid":36,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2008,"pid":117,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1720,"pid":39,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2072,"pid":126,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1832,"pid":96,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2312,"pid":165,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2392,"pid":192,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2024,"pid":117,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1736,"pid":39,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2088,"pid":126,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2328,"pid":165,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1896,"pid":36,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2408,"pid":192,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1752,"pid":39,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1480,"pid":33,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1640,"pid":27,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1960,"pid":123,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2424,"pid":192,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2264,"pid":156,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2040,"pid":117,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1672,"pid":21,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1656,"pid":27,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2280,"pid":156,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1768,"pid":39,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1496,"pid":33,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1448,"pid":15,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1672,"pid":27,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1976,"pid":123,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2440,"pid":192,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1784,"pid":39,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1464,"pid":15,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2296,"pid":156,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1688,"pid":27,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2088,"pid":114,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2344,"pid":165,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2312,"pid":156,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1480,"pid":15,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1704,"pid":27,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1912,"pid":36,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1800,"pid":39,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2456,"pid":192,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1784,"pid":87,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":123,"fiber_id":1992,"pid":123,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1512,"pid":30,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1864,"pid":63,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1816,"pid":39,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2328,"pid":156,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1848,"pid":96,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2472,"pid":192,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1496,"pid":15,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2296,"pid":159,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1928,"pid":36,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1512,"pid":33,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1720,"pid":27,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1944,"pid":36,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1512,"pid":15,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2344,"pid":156,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1752,"pid":72,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1832,"pid":39,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1736,"pid":27,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1752,"pid":90,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1400,"pid":9,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2056,"pid":117,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2584,"pid":189,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2360,"pid":156,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1720,"pid":66,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1752,"pid":27,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1768,"pid":72,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1528,"pid":15,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2488,"pid":192,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2200,"pid":153,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1768,"pid":27,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1960,"pid":36,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2344,"pid":186,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1544,"pid":15,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1880,"pid":108,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2072,"pid":117,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1736,"pid":66,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2504,"pid":192,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1784,"pid":72,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1784,"pid":27,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1768,"pid":90,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1896,"pid":108,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1976,"pid":36,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2360,"pid":165,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2520,"pid":192,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1528,"pid":30,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1752,"pid":66,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1576,"pid":42,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2376,"pid":165,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":1992,"pid":36,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1480,"pid":24,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2536,"pid":192,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1544,"pid":30,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2392,"pid":165,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1800,"pid":72,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1688,"pid":21,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1560,"pid":15,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1768,"pid":66,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1640,"pid":54,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1800,"pid":27,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1784,"pid":90,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1784,"pid":66,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1816,"pid":72,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1848,"pid":39,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2040,"pid":129,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2056,"pid":132,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2088,"pid":117,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1832,"pid":105,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1800,"pid":66,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1704,"pid":21,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1768,"pid":93,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2552,"pid":192,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2104,"pid":126,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1576,"pid":15,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1816,"pid":66,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2216,"pid":153,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1912,"pid":108,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1720,"pid":21,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2312,"pid":159,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1832,"pid":72,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1832,"pid":66,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1560,"pid":30,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1816,"pid":27,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2360,"pid":186,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1784,"pid":93,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1848,"pid":72,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1592,"pid":30,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2376,"pid":186,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2376,"pid":156,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1736,"pid":21,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1416,"pid":9,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1800,"pid":90,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1608,"pid":48,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2328,"pid":183,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1752,"pid":21,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1432,"pid":9,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2616,"pid":192,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2104,"pid":117,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1832,"pid":27,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1864,"pid":39,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1800,"pid":93,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1848,"pid":105,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1496,"pid":24,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1848,"pid":66,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2264,"pid":171,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2328,"pid":159,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1816,"pid":93,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1608,"pid":30,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1448,"pid":9,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1864,"pid":66,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":15,"fiber_id":1592,"pid":15,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2392,"pid":186,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2408,"pid":165,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2232,"pid":153,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2408,"pid":156,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1464,"pid":9,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1720,"pid":69,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1624,"pid":30,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1880,"pid":63,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1512,"pid":24,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2424,"pid":165,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1768,"pid":21,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":105,"fiber_id":1864,"pid":105,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2568,"pid":192,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1848,"pid":27,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1592,"pid":42,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2440,"pid":165,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1800,"pid":87,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1480,"pid":9,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1528,"pid":24,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1816,"pid":90,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2456,"pid":165,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2408,"pid":198,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1880,"pid":66,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2056,"pid":129,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1832,"pid":93,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1608,"pid":42,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2072,"pid":129,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1864,"pid":27,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1800,"pid":84,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1496,"pid":9,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2584,"pid":192,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2072,"pid":132,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1544,"pid":24,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2088,"pid":132,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1896,"pid":66,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1624,"pid":48,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":1992,"pid":120,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2088,"pid":129,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1640,"pid":48,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2472,"pid":165,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2392,"pid":156,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1560,"pid":24,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1624,"pid":42,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2104,"pid":132,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1512,"pid":9,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2008,"pid":36,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2120,"pid":132,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2600,"pid":192,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1656,"pid":48,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2488,"pid":165,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1880,"pid":27,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1576,"pid":30,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1528,"pid":9,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2504,"pid":165,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1672,"pid":48,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1640,"pid":42,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2344,"pid":183,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2520,"pid":165,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1640,"pid":30,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1688,"pid":48,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1656,"pid":54,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2136,"pid":132,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1896,"pid":27,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1576,"pid":24,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1656,"pid":42,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2152,"pid":132,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2280,"pid":171,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2104,"pid":129,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2104,"pid":114,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1736,"pid":69,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2280,"pid":174,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2408,"pid":186,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2552,"pid":198,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":126,"fiber_id":2120,"pid":126,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2632,"pid":192,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2360,"pid":183,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2168,"pid":132,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1672,"pid":54,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1704,"pid":48,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2600,"pid":189,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1592,"pid":45,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2136,"pid":147,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2424,"pid":186,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1912,"pid":27,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2648,"pid":192,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2248,"pid":153,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2568,"pid":198,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1672,"pid":42,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1912,"pid":66,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1656,"pid":30,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2296,"pid":171,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2120,"pid":129,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1752,"pid":69,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1720,"pid":48,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2584,"pid":198,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1896,"pid":63,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":189,"fiber_id":2616,"pid":189,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1688,"pid":54,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1672,"pid":30,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1688,"pid":42,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2136,"pid":129,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2136,"pid":36,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1928,"pid":27,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2376,"pid":183,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2312,"pid":171,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1816,"pid":84,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1704,"pid":54,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2600,"pid":198,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1928,"pid":66,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2008,"pid":120,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2392,"pid":183,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1832,"pid":84,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1704,"pid":42,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":30,"fiber_id":1688,"pid":30,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2088,"pid":138,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2184,"pid":132,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1720,"pid":54,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1592,"pid":24,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1944,"pid":66,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1768,"pid":69,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1848,"pid":84,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2328,"pid":171,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2024,"pid":120,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2120,"pid":114,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2152,"pid":129,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2616,"pid":198,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1608,"pid":24,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1720,"pid":42,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1784,"pid":69,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2344,"pid":171,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1736,"pid":54,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1784,"pid":21,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1928,"pid":63,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":9,"fiber_id":1544,"pid":9,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1944,"pid":111,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2200,"pid":132,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1784,"pid":81,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2632,"pid":198,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2344,"pid":159,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1864,"pid":84,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2360,"pid":171,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2216,"pid":132,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2296,"pid":174,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1944,"pid":63,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2152,"pid":114,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1960,"pid":66,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2120,"pid":117,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2232,"pid":132,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1752,"pid":54,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1880,"pid":84,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2040,"pid":120,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2648,"pid":198,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2408,"pid":183,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1736,"pid":48,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2248,"pid":132,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2152,"pid":147,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2152,"pid":36,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2136,"pid":117,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1608,"pid":45,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1896,"pid":84,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2664,"pid":198,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2312,"pid":174,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1752,"pid":75,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":186,"fiber_id":2440,"pid":186,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2136,"pid":114,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2264,"pid":132,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2360,"pid":159,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2152,"pid":117,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":114,"fiber_id":2168,"pid":114,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2104,"pid":138,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2536,"pid":165,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2168,"pid":147,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1864,"pid":72,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1752,"pid":48,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2120,"pid":138,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1416,"pid":12,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1960,"pid":111,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1736,"pid":42,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2168,"pid":36,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1960,"pid":63,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2328,"pid":174,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1528,"pid":33,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1800,"pid":81,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1656,"pid":57,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2136,"pid":138,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1912,"pid":63,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2168,"pid":129,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1624,"pid":24,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":42,"fiber_id":1752,"pid":42,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1624,"pid":45,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2680,"pid":198,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1800,"pid":69,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2344,"pid":174,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1768,"pid":75,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2440,"pid":198,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1816,"pid":81,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2184,"pid":147,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2456,"pid":198,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1752,"pid":45,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2472,"pid":198,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1880,"pid":39,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1768,"pid":48,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1784,"pid":75,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2152,"pid":138,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1768,"pid":45,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1768,"pid":54,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2488,"pid":198,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2360,"pid":174,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2504,"pid":198,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2520,"pid":198,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1832,"pid":81,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2280,"pid":132,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2376,"pid":174,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":174,"fiber_id":2392,"pid":174,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2536,"pid":198,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1800,"pid":75,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1848,"pid":81,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1432,"pid":12,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1800,"pid":21,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1816,"pid":75,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1976,"pid":111,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1448,"pid":12,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2376,"pid":171,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2632,"pid":165,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2136,"pid":111,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1544,"pid":33,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2376,"pid":159,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1640,"pid":45,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1704,"pid":57,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1560,"pid":33,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2168,"pid":117,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1720,"pid":57,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2056,"pid":120,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1576,"pid":33,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2168,"pid":138,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1912,"pid":39,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1656,"pid":45,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2200,"pid":147,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1832,"pid":75,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2152,"pid":111,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1672,"pid":45,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1592,"pid":33,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1736,"pid":57,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1464,"pid":12,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1624,"pid":51,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2392,"pid":159,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":21,"fiber_id":1816,"pid":21,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1608,"pid":33,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2696,"pid":198,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2168,"pid":111,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2424,"pid":183,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2200,"pid":120,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2424,"pid":198,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1624,"pid":33,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":192,"fiber_id":2664,"pid":192,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1848,"pid":75,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1752,"pid":57,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1784,"pid":54,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2184,"pid":111,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1480,"pid":12,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1640,"pid":33,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1880,"pid":72,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1640,"pid":24,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1784,"pid":48,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1816,"pid":69,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2392,"pid":195,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2024,"pid":36,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1864,"pid":75,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1688,"pid":45,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2712,"pid":198,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1496,"pid":12,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1768,"pid":57,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2216,"pid":147,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2312,"pid":132,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2472,"pid":183,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1976,"pid":63,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1656,"pid":24,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1976,"pid":66,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2184,"pid":138,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1880,"pid":75,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1912,"pid":84,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1704,"pid":45,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1912,"pid":69,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2104,"pid":141,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2408,"pid":159,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1720,"pid":45,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2216,"pid":120,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1944,"pid":27,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1864,"pid":81,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2392,"pid":171,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2200,"pid":117,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2200,"pid":111,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1928,"pid":72,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2488,"pid":183,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":147,"fiber_id":2232,"pid":147,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1800,"pid":48,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1784,"pid":57,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2264,"pid":153,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1880,"pid":81,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1896,"pid":75,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":1992,"pid":111,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1656,"pid":33,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2168,"pid":84,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2008,"pid":111,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1864,"pid":96,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2296,"pid":132,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2504,"pid":183,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1512,"pid":12,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2232,"pid":120,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1800,"pid":57,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1784,"pid":45,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2200,"pid":138,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2568,"pid":165,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1944,"pid":72,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1816,"pid":57,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1832,"pid":69,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2424,"pid":159,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1816,"pid":48,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2184,"pid":84,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2024,"pid":111,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1528,"pid":12,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2184,"pid":117,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1928,"pid":39,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2184,"pid":36,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2184,"pid":129,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":1992,"pid":63,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1928,"pid":108,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1672,"pid":57,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1800,"pid":54,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1848,"pid":69,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1672,"pid":33,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2280,"pid":153,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1688,"pid":57,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1960,"pid":72,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2200,"pid":84,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2040,"pid":111,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1896,"pid":39,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1672,"pid":24,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2056,"pid":111,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":45,"fiber_id":1736,"pid":45,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2216,"pid":129,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2248,"pid":120,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2200,"pid":36,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1544,"pid":12,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1832,"pid":48,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":1992,"pid":66,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":156,"fiber_id":2424,"pid":156,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2296,"pid":153,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":63,"fiber_id":2008,"pid":63,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1816,"pid":54,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2328,"pid":132,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1688,"pid":33,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2040,"pid":27,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2728,"pid":198,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1864,"pid":69,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2216,"pid":138,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1704,"pid":33,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1880,"pid":69,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2072,"pid":111,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":171,"fiber_id":2408,"pid":171,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2088,"pid":111,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2104,"pid":111,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1912,"pid":75,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":24,"fiber_id":1688,"pid":24,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2440,"pid":183,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2456,"pid":183,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1976,"pid":72,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2120,"pid":141,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":111,"fiber_id":2120,"pid":111,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1928,"pid":75,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2264,"pid":120,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2232,"pid":138,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1720,"pid":33,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1928,"pid":84,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2072,"pid":120,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2088,"pid":120,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2632,"pid":195,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1896,"pid":72,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1704,"pid":51,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1944,"pid":84,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1960,"pid":84,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2136,"pid":141,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1944,"pid":75,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2312,"pid":153,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1944,"pid":108,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1880,"pid":96,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":69,"fiber_id":1896,"pid":69,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1976,"pid":84,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2152,"pid":141,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2104,"pid":120,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1912,"pid":72,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1960,"pid":108,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2584,"pid":165,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1640,"pid":51,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1832,"pid":90,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2120,"pid":120,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1656,"pid":51,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1896,"pid":96,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":141,"fiber_id":2168,"pid":141,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1960,"pid":27,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1976,"pid":108,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2136,"pid":120,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2200,"pid":129,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1736,"pid":33,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1912,"pid":96,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1832,"pid":57,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2088,"pid":36,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1848,"pid":93,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2152,"pid":120,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":1992,"pid":72,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2168,"pid":120,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":1992,"pid":108,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2184,"pid":120,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2344,"pid":132,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2648,"pid":195,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1560,"pid":12,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2440,"pid":159,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1672,"pid":51,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1832,"pid":54,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2216,"pid":117,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2248,"pid":138,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2216,"pid":84,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2008,"pid":108,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2232,"pid":129,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":1992,"pid":84,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2360,"pid":132,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1944,"pid":39,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1816,"pid":87,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2008,"pid":84,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2056,"pid":27,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2008,"pid":66,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1752,"pid":33,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2024,"pid":84,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1848,"pid":54,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2648,"pid":165,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2024,"pid":108,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1960,"pid":39,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2248,"pid":129,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1976,"pid":27,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2232,"pid":117,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1928,"pid":96,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1896,"pid":81,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2040,"pid":108,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1976,"pid":39,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2216,"pid":36,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":57,"fiber_id":1848,"pid":57,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2104,"pid":36,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1576,"pid":12,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2280,"pid":120,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2040,"pid":84,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":81,"fiber_id":1912,"pid":81,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1768,"pid":33,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1944,"pid":96,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2664,"pid":165,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2520,"pid":183,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":75,"fiber_id":1960,"pid":75,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":159,"fiber_id":2456,"pid":159,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2232,"pid":36,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2056,"pid":108,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":132,"fiber_id":2376,"pid":132,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1592,"pid":12,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2120,"pid":36,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2264,"pid":138,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":120,"fiber_id":2296,"pid":120,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2232,"pid":84,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":1992,"pid":27,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2280,"pid":138,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1960,"pid":96,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1848,"pid":48,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2072,"pid":108,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2536,"pid":183,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2680,"pid":165,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2088,"pid":108,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1784,"pid":33,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1976,"pid":96,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":48,"fiber_id":1864,"pid":48,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":198,"fiber_id":2744,"pid":198,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2104,"pid":108,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":2008,"pid":72,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2296,"pid":138,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2120,"pid":108,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":1992,"pid":39,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2248,"pid":84,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1848,"pid":90,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2600,"pid":165,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1864,"pid":54,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":1992,"pid":96,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2552,"pid":183,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":129,"fiber_id":2264,"pid":129,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2008,"pid":27,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2264,"pid":84,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1800,"pid":33,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2408,"pid":195,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1864,"pid":93,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":2008,"pid":39,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2136,"pid":108,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":2008,"pid":96,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":2024,"pid":72,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2248,"pid":36,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2696,"pid":165,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2056,"pid":84,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2424,"pid":195,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2568,"pid":183,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2248,"pid":117,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2072,"pid":84,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2024,"pid":27,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1864,"pid":90,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1816,"pid":33,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":51,"fiber_id":1688,"pid":51,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2664,"pid":195,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2152,"pid":108,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1880,"pid":90,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2088,"pid":84,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":2024,"pid":96,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2328,"pid":153,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2616,"pid":165,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2104,"pid":84,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":2040,"pid":96,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2680,"pid":195,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2312,"pid":138,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":183,"fiber_id":2584,"pid":183,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":12,"fiber_id":1608,"pid":12,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2120,"pid":84,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2344,"pid":153,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2552,"pid":165,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2136,"pid":84,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":117,"fiber_id":2264,"pid":117,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2696,"pid":195,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2072,"pid":27,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":2056,"pid":96,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1832,"pid":87,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":54,"fiber_id":1880,"pid":54,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2360,"pid":153,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2712,"pid":165,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2712,"pid":195,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1848,"pid":87,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2440,"pid":195,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2088,"pid":27,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2280,"pid":84,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1880,"pid":93,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2152,"pid":84,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1864,"pid":87,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1896,"pid":90,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":153,"fiber_id":2376,"pid":153,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2264,"pid":36,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2168,"pid":108,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":2024,"pid":39,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2728,"pid":165,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1896,"pid":93,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":96,"fiber_id":2072,"pid":96,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2040,"pid":36,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2104,"pid":27,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1912,"pid":93,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":72,"fiber_id":2040,"pid":72,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1912,"pid":90,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2296,"pid":84,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1880,"pid":87,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2312,"pid":84,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2120,"pid":27,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2456,"pid":195,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2328,"pid":138,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1928,"pid":87,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2184,"pid":108,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2280,"pid":36,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":108,"fiber_id":2200,"pid":108,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":138,"fiber_id":2344,"pid":138,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1944,"pid":87,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2024,"pid":66,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1928,"pid":93,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2056,"pid":36,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2072,"pid":36,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2040,"pid":66,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1944,"pid":93,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2568,"pid":195,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":2040,"pid":39,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":93,"fiber_id":1960,"pid":93,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2296,"pid":36,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1832,"pid":33,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2584,"pid":195,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1960,"pid":87,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2312,"pid":36,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2600,"pid":195,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1928,"pid":90,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2616,"pid":195,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2472,"pid":195,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2488,"pid":195,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2504,"pid":195,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2520,"pid":195,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2536,"pid":195,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":195,"fiber_id":2552,"pid":195,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2056,"pid":66,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1976,"pid":87,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1944,"pid":90,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1864,"pid":33,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1992,"pid":87,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1896,"pid":87,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":33,"fiber_id":1848,"pid":33,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":1912,"pid":87,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2328,"pid":36,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2744,"pid":165,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2344,"pid":36,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2328,"pid":84,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2344,"pid":84,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2360,"pid":36,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":87,"fiber_id":2008,"pid":87,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":90,"fiber_id":1960,"pid":90,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2136,"pid":27,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2376,"pid":36,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2760,"pid":165,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2152,"pid":27,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":84,"fiber_id":2360,"pid":84,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":2056,"pid":39,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2776,"pid":165,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2168,"pid":27,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2792,"pid":165,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":39,"fiber_id":2072,"pid":39,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2808,"pid":165,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2392,"pid":36,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2072,"pid":66,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2408,"pid":36,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2824,"pid":165,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":66,"fiber_id":2088,"pid":66,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":27,"fiber_id":2184,"pid":27,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2840,"pid":165,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2424,"pid":36,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":165,"fiber_id":2856,"pid":165,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2440,"pid":36,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2456,"pid":36,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2472,"pid":36,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:34+00:00","severity":"warn","process_id":36,"fiber_id":2488,"pid":36,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2216,"pid":111,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2232,"pid":111,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1800,"pid":45,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1816,"pid":45,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2392,"pid":132,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2408,"pid":132,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2216,"pid":108,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1864,"pid":57,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1880,"pid":57,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1896,"pid":57,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2424,"pid":171,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2728,"pid":195,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1608,"pid":15,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2440,"pid":171,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2744,"pid":195,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2760,"pid":195,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2776,"pid":195,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2424,"pid":132,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2440,"pid":132,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1272,"pid":18,"subject":"Async::Task","object_id":1280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1896,"pid":54,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1864,"pid":162,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2680,"pid":192,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2456,"pid":132,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2280,"pid":129,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1704,"pid":24,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1912,"pid":54,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1288,"pid":18,"subject":"Async::Task","object_id":1296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":1992,"pid":180,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2280,"pid":117,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2136,"pid":126,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2360,"pid":138,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2296,"pid":129,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2248,"pid":111,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1720,"pid":24,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":1928,"pid":69,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2248,"pid":147,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2024,"pid":63,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1704,"pid":30,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1736,"pid":24,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1880,"pid":162,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2264,"pid":111,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2104,"pid":150,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":1944,"pid":69,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1720,"pid":30,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2456,"pid":186,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":1976,"pid":75,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1832,"pid":45,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2312,"pid":129,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2264,"pid":147,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1896,"pid":162,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1912,"pid":162,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1928,"pid":54,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":1992,"pid":75,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":1960,"pid":69,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2472,"pid":186,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1736,"pid":30,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2008,"pid":180,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2472,"pid":159,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2248,"pid":177,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1896,"pid":144,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2056,"pid":72,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2376,"pid":138,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2024,"pid":180,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1768,"pid":42,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":1976,"pid":93,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2072,"pid":72,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2312,"pid":120,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2264,"pid":177,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":1976,"pid":69,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2200,"pid":27,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":1992,"pid":93,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2088,"pid":72,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1880,"pid":33,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2008,"pid":93,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2104,"pid":72,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2184,"pid":141,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2328,"pid":120,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2216,"pid":27,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2408,"pid":174,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2200,"pid":141,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1912,"pid":57,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1832,"pid":21,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2296,"pid":117,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2184,"pid":114,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2024,"pid":93,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2008,"pid":75,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1880,"pid":48,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2344,"pid":120,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2312,"pid":117,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2216,"pid":141,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2360,"pid":120,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2440,"pid":156,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2232,"pid":141,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1400,"pid":60,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1928,"pid":57,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2456,"pid":156,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1624,"pid":12,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2200,"pid":114,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1560,"pid":9,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2472,"pid":156,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1624,"pid":15,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2120,"pid":72,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1784,"pid":42,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":1992,"pid":69,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1944,"pid":54,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1720,"pid":51,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2696,"pid":192,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1640,"pid":12,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2328,"pid":117,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2216,"pid":114,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2872,"pid":165,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1928,"pid":162,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2488,"pid":186,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2280,"pid":147,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2472,"pid":132,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2024,"pid":87,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2392,"pid":138,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2024,"pid":75,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1752,"pid":78,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1640,"pid":15,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2488,"pid":132,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2040,"pid":87,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2136,"pid":72,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2408,"pid":138,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2232,"pid":108,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2040,"pid":75,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1416,"pid":60,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2056,"pid":87,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2424,"pid":138,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2632,"pid":189,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1800,"pid":42,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1752,"pid":30,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2152,"pid":168,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2712,"pid":192,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2888,"pid":165,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2648,"pid":189,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2376,"pid":84,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2248,"pid":108,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1656,"pid":12,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1896,"pid":48,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2600,"pid":183,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1432,"pid":60,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2456,"pid":171,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2296,"pid":147,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2728,"pid":192,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1752,"pid":24,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2760,"pid":198,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2312,"pid":147,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2376,"pid":120,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2056,"pid":75,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2504,"pid":36,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1800,"pid":99,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2488,"pid":156,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2616,"pid":183,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1768,"pid":24,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2904,"pid":165,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":1928,"pid":81,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2120,"pid":150,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1848,"pid":45,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1848,"pid":21,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2232,"pid":27,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2040,"pid":63,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1784,"pid":24,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2072,"pid":75,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2104,"pid":66,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1960,"pid":54,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":1944,"pid":81,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1864,"pid":45,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1672,"pid":12,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2040,"pid":93,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1800,"pid":24,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1656,"pid":15,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2056,"pid":63,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1880,"pid":45,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2392,"pid":120,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2504,"pid":186,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2056,"pid":93,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2504,"pid":156,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2088,"pid":75,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2136,"pid":150,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2344,"pid":117,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2280,"pid":177,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2008,"pid":69,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2664,"pid":189,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2520,"pid":186,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2520,"pid":156,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1816,"pid":99,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2120,"pid":66,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2248,"pid":27,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":1960,"pid":81,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2248,"pid":141,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2024,"pid":69,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":1976,"pid":90,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2072,"pid":63,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2408,"pid":120,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1912,"pid":144,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1448,"pid":60,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2920,"pid":165,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2520,"pid":36,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1768,"pid":30,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2136,"pid":66,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2488,"pid":159,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1944,"pid":162,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1688,"pid":12,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2328,"pid":147,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":1976,"pid":135,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2536,"pid":36,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2424,"pid":174,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2440,"pid":138,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2040,"pid":69,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2424,"pid":120,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1704,"pid":12,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1832,"pid":99,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2328,"pid":129,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2776,"pid":198,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2056,"pid":69,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2392,"pid":84,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2744,"pid":192,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1464,"pid":60,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2632,"pid":183,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1816,"pid":42,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2552,"pid":36,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1848,"pid":99,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2072,"pid":93,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2152,"pid":72,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1976,"pid":54,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2792,"pid":195,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1816,"pid":102,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1736,"pid":51,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2360,"pid":117,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2792,"pid":198,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1864,"pid":99,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1304,"pid":18,"subject":"Async::Task","object_id":1312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2504,"pid":132,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1752,"pid":51,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2088,"pid":96,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1880,"pid":105,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2344,"pid":129,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2376,"pid":117,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":1992,"pid":90,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1320,"pid":18,"subject":"Async::Task","object_id":1328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":1992,"pid":54,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2648,"pid":183,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2072,"pid":87,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1576,"pid":9,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2040,"pid":180,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2808,"pid":195,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2680,"pid":189,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1336,"pid":18,"subject":"Async::Task","object_id":1344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1480,"pid":60,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2392,"pid":153,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1720,"pid":12,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1896,"pid":105,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1592,"pid":9,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2472,"pid":171,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1960,"pid":162,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1832,"pid":42,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2408,"pid":153,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2808,"pid":198,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2008,"pid":54,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2104,"pid":75,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2280,"pid":111,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2088,"pid":39,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1608,"pid":9,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1736,"pid":12,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1832,"pid":102,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2104,"pid":39,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2072,"pid":69,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2168,"pid":72,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1912,"pid":48,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1816,"pid":24,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2424,"pid":153,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1896,"pid":33,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1928,"pid":48,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1864,"pid":21,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2440,"pid":174,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1752,"pid":12,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2296,"pid":111,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2456,"pid":174,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1768,"pid":12,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2536,"pid":186,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2088,"pid":69,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2152,"pid":66,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1912,"pid":33,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1944,"pid":57,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1784,"pid":30,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2104,"pid":96,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2504,"pid":159,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2360,"pid":129,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1768,"pid":51,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2408,"pid":84,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1976,"pid":162,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2168,"pid":66,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1928,"pid":144,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2440,"pid":120,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1880,"pid":21,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2456,"pid":138,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2472,"pid":174,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2088,"pid":63,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1352,"pid":18,"subject":"Async::Task","object_id":1360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2120,"pid":96,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1944,"pid":48,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2088,"pid":93,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2264,"pid":108,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2184,"pid":66,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2056,"pid":180,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2264,"pid":141,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2664,"pid":183,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2520,"pid":159,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2104,"pid":69,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2424,"pid":84,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2488,"pid":174,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2536,"pid":156,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2696,"pid":189,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1784,"pid":51,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2200,"pid":66,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1848,"pid":42,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":1976,"pid":81,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2104,"pid":63,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2520,"pid":132,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":1992,"pid":81,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2712,"pid":189,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2280,"pid":108,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2216,"pid":66,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2456,"pid":120,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2488,"pid":171,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2072,"pid":180,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2184,"pid":72,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1848,"pid":102,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2552,"pid":186,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1800,"pid":51,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2120,"pid":69,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2264,"pid":27,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2552,"pid":156,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2536,"pid":132,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2280,"pid":141,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2824,"pid":198,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2824,"pid":195,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2200,"pid":72,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1496,"pid":60,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2088,"pid":87,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2008,"pid":123,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1864,"pid":102,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2168,"pid":168,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1832,"pid":24,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1896,"pid":21,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1864,"pid":42,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2840,"pid":195,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2728,"pid":189,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2296,"pid":141,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2840,"pid":198,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1512,"pid":60,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1880,"pid":102,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2184,"pid":168,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2376,"pid":129,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2568,"pid":156,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2504,"pid":174,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2504,"pid":171,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1784,"pid":12,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2280,"pid":27,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1880,"pid":42,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1624,"pid":9,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1944,"pid":144,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2856,"pid":198,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1768,"pid":78,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2232,"pid":114,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2552,"pid":132,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2472,"pid":120,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2120,"pid":75,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2136,"pid":96,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2312,"pid":141,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2104,"pid":87,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2120,"pid":39,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2216,"pid":72,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2680,"pid":183,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2296,"pid":108,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2584,"pid":156,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2328,"pid":141,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2120,"pid":63,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2008,"pid":81,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2120,"pid":87,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2936,"pid":165,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":1992,"pid":162,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2440,"pid":153,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1928,"pid":33,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2696,"pid":183,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2872,"pid":198,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1848,"pid":24,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1896,"pid":42,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1944,"pid":33,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2312,"pid":111,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1912,"pid":21,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2312,"pid":108,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2568,"pid":36,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2152,"pid":150,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1960,"pid":48,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2456,"pid":153,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1672,"pid":15,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1864,"pid":24,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2344,"pid":141,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2232,"pid":72,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1960,"pid":57,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2152,"pid":96,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1976,"pid":48,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2536,"pid":159,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2952,"pid":165,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2328,"pid":108,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2248,"pid":114,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1928,"pid":21,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2248,"pid":72,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2136,"pid":39,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2024,"pid":81,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1800,"pid":30,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2200,"pid":168,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2552,"pid":159,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2520,"pid":174,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2440,"pid":84,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1880,"pid":24,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2264,"pid":114,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1912,"pid":42,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2744,"pid":189,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2568,"pid":186,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1800,"pid":12,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2264,"pid":72,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":1992,"pid":135,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2296,"pid":27,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1640,"pid":9,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1784,"pid":78,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2968,"pid":165,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2760,"pid":189,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2584,"pid":36,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2008,"pid":135,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1896,"pid":24,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1800,"pid":78,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2520,"pid":171,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":1992,"pid":48,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2216,"pid":168,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2280,"pid":72,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2024,"pid":135,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2392,"pid":129,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1816,"pid":12,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1960,"pid":33,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2856,"pid":195,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2760,"pid":192,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2296,"pid":72,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2008,"pid":90,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2312,"pid":27,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2152,"pid":126,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2472,"pid":138,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2344,"pid":147,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2152,"pid":39,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2104,"pid":93,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2872,"pid":195,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2280,"pid":114,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2040,"pid":135,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2568,"pid":132,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2088,"pid":180,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2328,"pid":27,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2136,"pid":87,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2232,"pid":168,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1816,"pid":51,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2584,"pid":186,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2776,"pid":192,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2024,"pid":123,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1816,"pid":78,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2136,"pid":75,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2344,"pid":108,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1832,"pid":51,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2360,"pid":141,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2056,"pid":135,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2344,"pid":27,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2168,"pid":96,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2040,"pid":123,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2392,"pid":117,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2008,"pid":162,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2408,"pid":129,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2600,"pid":186,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2360,"pid":147,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1832,"pid":78,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1880,"pid":99,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2136,"pid":63,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2408,"pid":117,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1848,"pid":78,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2536,"pid":174,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1688,"pid":15,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1944,"pid":21,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2424,"pid":129,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2024,"pid":162,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2376,"pid":147,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2184,"pid":96,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2232,"pid":66,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2360,"pid":27,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2152,"pid":63,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2376,"pid":141,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2488,"pid":120,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1864,"pid":78,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":2984,"pid":165,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2712,"pid":183,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2040,"pid":162,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2056,"pid":123,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2600,"pid":36,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2328,"pid":111,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2168,"pid":150,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1832,"pid":12,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2056,"pid":162,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2344,"pid":111,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2728,"pid":183,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2184,"pid":150,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2472,"pid":153,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2616,"pid":186,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2200,"pid":96,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2200,"pid":150,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3000,"pid":165,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2376,"pid":27,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2248,"pid":66,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2488,"pid":153,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1960,"pid":144,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2168,"pid":39,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2360,"pid":108,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2744,"pid":183,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2072,"pid":123,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1976,"pid":33,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2216,"pid":150,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1960,"pid":21,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1528,"pid":60,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2216,"pid":96,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1912,"pid":105,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2760,"pid":183,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1976,"pid":57,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2088,"pid":123,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2776,"pid":189,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1896,"pid":45,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2552,"pid":174,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2888,"pid":198,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1976,"pid":21,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2232,"pid":150,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2008,"pid":48,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1848,"pid":12,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1928,"pid":42,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2024,"pid":90,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2792,"pid":189,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2024,"pid":54,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1912,"pid":45,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2152,"pid":87,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2296,"pid":114,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2392,"pid":27,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2776,"pid":183,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2040,"pid":54,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1368,"pid":18,"subject":"Async::Task","object_id":1376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2152,"pid":75,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2184,"pid":39,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2104,"pid":123,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1896,"pid":99,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2808,"pid":189,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3016,"pid":165,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2312,"pid":72,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2040,"pid":90,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2248,"pid":150,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2360,"pid":111,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2904,"pid":198,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1848,"pid":51,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2824,"pid":189,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2376,"pid":111,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2264,"pid":150,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1912,"pid":99,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2536,"pid":171,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2296,"pid":177,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2424,"pid":117,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2552,"pid":171,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2120,"pid":93,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2632,"pid":186,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2280,"pid":150,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2568,"pid":174,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1880,"pid":78,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2840,"pid":189,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2568,"pid":171,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1944,"pid":42,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2024,"pid":48,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2136,"pid":93,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2792,"pid":192,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2392,"pid":111,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2232,"pid":96,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2584,"pid":174,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1864,"pid":51,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1864,"pid":12,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1896,"pid":78,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2456,"pid":84,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2584,"pid":171,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1928,"pid":99,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2168,"pid":63,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2056,"pid":54,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1928,"pid":105,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2168,"pid":87,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1656,"pid":9,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2152,"pid":93,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2472,"pid":84,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2856,"pid":189,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2296,"pid":150,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1944,"pid":105,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1816,"pid":30,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2040,"pid":81,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2808,"pid":192,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1384,"pid":18,"subject":"Async::Task","object_id":1392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1912,"pid":78,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2136,"pid":69,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2184,"pid":87,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1944,"pid":99,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2488,"pid":84,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2200,"pid":39,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2072,"pid":162,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2168,"pid":93,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1928,"pid":78,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3032,"pid":165,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2264,"pid":66,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2056,"pid":81,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1976,"pid":144,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2168,"pid":126,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2616,"pid":36,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2120,"pid":123,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2200,"pid":87,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2152,"pid":69,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2312,"pid":150,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2504,"pid":120,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1944,"pid":78,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2920,"pid":198,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2216,"pid":39,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1928,"pid":45,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2440,"pid":129,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2088,"pid":162,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2440,"pid":117,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2328,"pid":150,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1704,"pid":15,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2584,"pid":132,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2600,"pid":156,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2072,"pid":54,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2888,"pid":195,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1960,"pid":105,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2824,"pid":192,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2104,"pid":162,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":1992,"pid":144,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2632,"pid":36,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2216,"pid":87,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2136,"pid":123,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2456,"pid":129,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2904,"pid":195,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1976,"pid":105,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2008,"pid":144,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2168,"pid":69,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2184,"pid":126,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1960,"pid":78,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2392,"pid":141,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1960,"pid":42,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2936,"pid":198,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2344,"pid":150,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2232,"pid":87,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2920,"pid":195,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2648,"pid":186,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2152,"pid":123,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2616,"pid":156,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1880,"pid":12,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1720,"pid":15,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":1992,"pid":21,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2664,"pid":186,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1400,"pid":18,"subject":"Async::Task","object_id":1408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2408,"pid":27,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2600,"pid":174,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2632,"pid":156,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2168,"pid":123,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2168,"pid":75,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1976,"pid":42,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1544,"pid":60,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1976,"pid":78,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2248,"pid":96,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":1992,"pid":57,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2056,"pid":90,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":1992,"pid":105,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2472,"pid":129,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1560,"pid":60,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1416,"pid":18,"subject":"Async::Task","object_id":1424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2312,"pid":177,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2680,"pid":186,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1960,"pid":99,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2648,"pid":36,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2488,"pid":138,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2280,"pid":66,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1576,"pid":60,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2600,"pid":132,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1432,"pid":18,"subject":"Async::Task","object_id":1440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1976,"pid":99,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":1992,"pid":78,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1912,"pid":24,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":1992,"pid":33,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2600,"pid":171,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1944,"pid":45,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2008,"pid":78,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2184,"pid":75,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2616,"pid":132,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2184,"pid":123,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2616,"pid":171,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2392,"pid":147,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1832,"pid":30,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2072,"pid":90,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2936,"pid":195,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2184,"pid":63,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2264,"pid":96,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2296,"pid":66,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2200,"pid":75,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2632,"pid":132,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2376,"pid":108,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1896,"pid":102,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2568,"pid":159,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2408,"pid":147,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":1992,"pid":99,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2040,"pid":48,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2216,"pid":75,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1848,"pid":30,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2696,"pid":186,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2120,"pid":162,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2328,"pid":72,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1896,"pid":12,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2008,"pid":21,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2248,"pid":87,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2424,"pid":147,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2872,"pid":189,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2648,"pid":156,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2712,"pid":186,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2056,"pid":48,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2520,"pid":120,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2248,"pid":168,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1864,"pid":30,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2328,"pid":177,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2232,"pid":75,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2664,"pid":36,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2792,"pid":183,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2088,"pid":54,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2200,"pid":63,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":1992,"pid":42,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1928,"pid":24,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2184,"pid":93,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2248,"pid":75,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2616,"pid":174,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2008,"pid":33,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1672,"pid":9,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2808,"pid":183,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2200,"pid":126,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2104,"pid":54,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2312,"pid":114,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2344,"pid":72,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2440,"pid":147,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2824,"pid":183,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2280,"pid":96,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2216,"pid":126,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2344,"pid":177,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2392,"pid":108,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2456,"pid":117,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2008,"pid":105,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2072,"pid":135,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2072,"pid":81,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2888,"pid":189,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2504,"pid":138,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2072,"pid":48,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2008,"pid":42,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2360,"pid":177,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1688,"pid":9,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2408,"pid":111,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2088,"pid":81,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2232,"pid":126,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2680,"pid":36,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2024,"pid":105,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2088,"pid":48,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2648,"pid":132,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2024,"pid":144,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2840,"pid":192,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2024,"pid":78,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2104,"pid":180,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2840,"pid":183,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2360,"pid":72,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2904,"pid":189,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1912,"pid":102,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2040,"pid":105,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2728,"pid":186,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2024,"pid":42,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2360,"pid":150,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2120,"pid":54,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2184,"pid":69,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2120,"pid":180,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2024,"pid":33,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2056,"pid":105,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2504,"pid":153,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1944,"pid":24,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2424,"pid":27,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1704,"pid":9,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2104,"pid":81,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2856,"pid":183,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2376,"pid":72,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2664,"pid":132,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2408,"pid":108,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1928,"pid":102,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2008,"pid":99,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2520,"pid":138,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2120,"pid":81,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2296,"pid":96,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2040,"pid":33,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2376,"pid":177,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2920,"pid":189,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2328,"pid":114,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2264,"pid":87,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2024,"pid":99,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2376,"pid":150,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2312,"pid":66,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2136,"pid":54,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2488,"pid":129,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2072,"pid":105,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2696,"pid":36,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2056,"pid":33,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2520,"pid":153,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2232,"pid":39,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2952,"pid":195,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1960,"pid":24,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2152,"pid":54,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2584,"pid":159,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2392,"pid":150,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2264,"pid":168,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2664,"pid":156,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2040,"pid":99,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2136,"pid":81,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2856,"pid":192,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2536,"pid":153,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2008,"pid":57,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1720,"pid":9,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2088,"pid":105,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2104,"pid":48,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2936,"pid":189,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2408,"pid":150,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2056,"pid":99,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2280,"pid":168,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2536,"pid":120,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1960,"pid":45,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2440,"pid":27,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2152,"pid":81,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2632,"pid":171,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2104,"pid":105,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2456,"pid":147,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2952,"pid":198,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2120,"pid":105,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2392,"pid":177,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2088,"pid":135,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2296,"pid":168,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2424,"pid":111,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1976,"pid":24,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2744,"pid":186,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1976,"pid":45,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1736,"pid":9,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2120,"pid":48,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2952,"pid":189,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2680,"pid":156,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":1992,"pid":24,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1880,"pid":51,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2072,"pid":33,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2424,"pid":150,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2312,"pid":168,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2968,"pid":198,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2328,"pid":66,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2264,"pid":75,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2504,"pid":129,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2088,"pid":33,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2408,"pid":177,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2408,"pid":141,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2200,"pid":69,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2968,"pid":189,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2456,"pid":27,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2072,"pid":99,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2600,"pid":159,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2328,"pid":168,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2136,"pid":180,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2552,"pid":153,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2088,"pid":99,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2136,"pid":105,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":1992,"pid":45,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2472,"pid":117,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1896,"pid":51,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2520,"pid":129,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2280,"pid":87,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2248,"pid":126,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":2984,"pid":189,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2424,"pid":177,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2136,"pid":48,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2760,"pid":186,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2168,"pid":81,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2024,"pid":57,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2968,"pid":195,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2344,"pid":168,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1944,"pid":102,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3000,"pid":189,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2440,"pid":177,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2152,"pid":180,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2424,"pid":141,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2504,"pid":84,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2360,"pid":168,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2536,"pid":129,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2344,"pid":66,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2424,"pid":108,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":2984,"pid":195,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2376,"pid":168,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2520,"pid":84,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1960,"pid":102,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2440,"pid":141,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2568,"pid":153,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2552,"pid":120,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2184,"pid":81,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2392,"pid":72,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1976,"pid":102,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2360,"pid":66,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1752,"pid":9,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2456,"pid":141,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2104,"pid":135,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2536,"pid":138,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2040,"pid":42,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2280,"pid":75,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3000,"pid":195,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2088,"pid":90,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2584,"pid":153,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2472,"pid":147,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2440,"pid":111,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2488,"pid":117,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2312,"pid":96,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2408,"pid":72,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2472,"pid":141,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2104,"pid":90,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2152,"pid":105,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2776,"pid":186,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2552,"pid":138,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2024,"pid":21,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":1992,"pid":102,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2376,"pid":66,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2168,"pid":54,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2472,"pid":27,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2344,"pid":114,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2200,"pid":81,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2600,"pid":153,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2008,"pid":102,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2424,"pid":72,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2216,"pid":69,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1880,"pid":30,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2456,"pid":177,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2552,"pid":129,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2120,"pid":135,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3048,"pid":165,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1768,"pid":9,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2440,"pid":150,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2040,"pid":57,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2440,"pid":108,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1736,"pid":15,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2296,"pid":87,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3016,"pid":189,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3064,"pid":165,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2104,"pid":99,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2472,"pid":177,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2488,"pid":27,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2040,"pid":21,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2328,"pid":96,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2200,"pid":123,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3016,"pid":195,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2120,"pid":99,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2392,"pid":168,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1752,"pid":15,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2568,"pid":129,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2184,"pid":54,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2216,"pid":63,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3032,"pid":189,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2024,"pid":102,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2504,"pid":27,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2648,"pid":171,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2696,"pid":156,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2008,"pid":45,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2136,"pid":135,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2504,"pid":117,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2632,"pid":174,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2712,"pid":156,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2616,"pid":153,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2232,"pid":69,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2232,"pid":63,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2040,"pid":78,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2520,"pid":117,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2392,"pid":66,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2728,"pid":156,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1768,"pid":15,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2136,"pid":162,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2360,"pid":114,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2104,"pid":33,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2296,"pid":75,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2056,"pid":21,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2168,"pid":180,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2216,"pid":81,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2168,"pid":105,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2152,"pid":162,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2248,"pid":39,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2248,"pid":63,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2568,"pid":120,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2024,"pid":45,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2216,"pid":123,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2136,"pid":99,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2408,"pid":168,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2632,"pid":153,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2152,"pid":135,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2264,"pid":39,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2312,"pid":75,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2456,"pid":150,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2232,"pid":81,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2232,"pid":123,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3032,"pid":195,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2408,"pid":66,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2056,"pid":42,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2056,"pid":78,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1912,"pid":51,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2424,"pid":168,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2184,"pid":180,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2248,"pid":123,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2168,"pid":135,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3048,"pid":195,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2264,"pid":126,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2184,"pid":105,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2680,"pid":132,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2440,"pid":168,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2616,"pid":159,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2264,"pid":123,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2424,"pid":66,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2568,"pid":138,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2648,"pid":174,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2168,"pid":162,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1928,"pid":51,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2488,"pid":147,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2120,"pid":33,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":2984,"pid":198,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1912,"pid":12,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2744,"pid":156,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2200,"pid":105,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1896,"pid":30,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2280,"pid":39,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2440,"pid":66,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2072,"pid":78,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2504,"pid":147,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2152,"pid":48,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3000,"pid":198,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2216,"pid":105,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2072,"pid":42,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2712,"pid":36,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2200,"pid":180,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2584,"pid":138,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2760,"pid":156,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2344,"pid":96,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1912,"pid":30,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2232,"pid":105,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2184,"pid":162,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2456,"pid":66,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2152,"pid":99,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2584,"pid":129,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2456,"pid":108,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2792,"pid":186,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2248,"pid":105,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2200,"pid":162,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2376,"pid":114,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2520,"pid":147,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2440,"pid":72,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2168,"pid":48,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3016,"pid":198,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1928,"pid":30,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1928,"pid":12,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2312,"pid":87,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2088,"pid":42,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2536,"pid":84,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2456,"pid":168,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2472,"pid":66,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2040,"pid":144,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2360,"pid":96,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2200,"pid":93,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2280,"pid":123,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1592,"pid":60,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2088,"pid":78,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2536,"pid":147,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1448,"pid":18,"subject":"Async::Task","object_id":1456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2328,"pid":87,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2696,"pid":132,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2392,"pid":114,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2040,"pid":45,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2600,"pid":129,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2456,"pid":72,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2552,"pid":147,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2488,"pid":141,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2376,"pid":96,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2344,"pid":87,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2472,"pid":108,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2264,"pid":105,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2104,"pid":78,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2472,"pid":150,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2808,"pid":186,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2504,"pid":141,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2056,"pid":45,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2248,"pid":69,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2632,"pid":159,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2040,"pid":102,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1608,"pid":60,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2056,"pid":144,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2168,"pid":99,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2008,"pid":24,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2056,"pid":57,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2200,"pid":54,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1944,"pid":12,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1784,"pid":9,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2584,"pid":120,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2328,"pid":75,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2776,"pid":156,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2648,"pid":153,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3032,"pid":198,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2056,"pid":102,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2520,"pid":141,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2072,"pid":144,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2296,"pid":39,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2072,"pid":57,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3048,"pid":189,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2072,"pid":45,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2600,"pid":120,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1960,"pid":12,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2088,"pid":144,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1624,"pid":60,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3064,"pid":189,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2280,"pid":126,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2216,"pid":54,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2488,"pid":66,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2104,"pid":144,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2264,"pid":69,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2072,"pid":102,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2248,"pid":81,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2296,"pid":123,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2312,"pid":39,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2648,"pid":159,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2728,"pid":36,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2872,"pid":192,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2616,"pid":120,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2504,"pid":66,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2456,"pid":111,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2328,"pid":39,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2664,"pid":159,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2216,"pid":93,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2136,"pid":33,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2264,"pid":81,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2472,"pid":168,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2712,"pid":132,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2664,"pid":171,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2280,"pid":105,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2312,"pid":123,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1800,"pid":9,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2216,"pid":180,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2280,"pid":81,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1464,"pid":18,"subject":"Async::Task","object_id":1472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2296,"pid":126,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2680,"pid":171,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2472,"pid":72,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2088,"pid":102,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2104,"pid":42,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2408,"pid":114,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2296,"pid":81,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1480,"pid":18,"subject":"Async::Task","object_id":1488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2488,"pid":168,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2264,"pid":63,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2344,"pid":39,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2312,"pid":81,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2664,"pid":153,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2568,"pid":147,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2296,"pid":105,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2888,"pid":192,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1496,"pid":18,"subject":"Async::Task","object_id":1504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2536,"pid":141,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2424,"pid":114,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2328,"pid":81,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2120,"pid":78,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1784,"pid":15,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2184,"pid":99,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1816,"pid":9,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":63,"fiber_id":2280,"pid":63,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2488,"pid":108,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1640,"pid":60,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2488,"pid":72,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1512,"pid":18,"subject":"Async::Task","object_id":1520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2120,"pid":42,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2104,"pid":102,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2184,"pid":135,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2312,"pid":105,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2504,"pid":168,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1800,"pid":15,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2120,"pid":102,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2552,"pid":84,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2136,"pid":78,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2664,"pid":174,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2520,"pid":66,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3064,"pid":195,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1656,"pid":60,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2552,"pid":141,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2136,"pid":102,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2328,"pid":123,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2568,"pid":84,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2520,"pid":27,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2200,"pid":135,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2536,"pid":117,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2792,"pid":156,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2872,"pid":183,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2536,"pid":66,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2504,"pid":108,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2328,"pid":105,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2200,"pid":99,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2680,"pid":174,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2344,"pid":123,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2824,"pid":186,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2552,"pid":117,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1528,"pid":18,"subject":"Async::Task","object_id":1536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2216,"pid":135,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2584,"pid":84,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2392,"pid":96,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1976,"pid":12,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2744,"pid":36,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2808,"pid":156,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2232,"pid":135,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2344,"pid":105,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1544,"pid":18,"subject":"Async::Task","object_id":1552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3080,"pid":195,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2504,"pid":72,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3080,"pid":189,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2152,"pid":78,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2088,"pid":57,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1560,"pid":18,"subject":"Async::Task","object_id":1568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1944,"pid":51,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2072,"pid":21,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2216,"pid":99,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2408,"pid":96,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1576,"pid":18,"subject":"Async::Task","object_id":1584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2840,"pid":186,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2568,"pid":117,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2568,"pid":141,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2088,"pid":21,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3048,"pid":198,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":30,"fiber_id":1944,"pid":30,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2168,"pid":78,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2856,"pid":186,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":93,"fiber_id":2232,"pid":93,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2120,"pid":90,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":111,"fiber_id":2472,"pid":111,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2232,"pid":54,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2552,"pid":66,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2280,"pid":69,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2760,"pid":36,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2488,"pid":150,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2872,"pid":186,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1592,"pid":18,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":1992,"pid":12,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2728,"pid":132,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2632,"pid":120,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2248,"pid":54,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2744,"pid":132,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1816,"pid":15,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2360,"pid":39,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2136,"pid":42,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1608,"pid":18,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2584,"pid":141,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2536,"pid":27,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2296,"pid":69,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2504,"pid":150,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2344,"pid":75,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2648,"pid":120,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2424,"pid":96,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2360,"pid":123,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1832,"pid":9,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2680,"pid":153,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3064,"pid":198,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2312,"pid":69,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2264,"pid":54,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2696,"pid":174,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2024,"pid":24,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2712,"pid":174,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2360,"pid":87,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3080,"pid":198,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2152,"pid":33,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1848,"pid":9,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2440,"pid":96,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2040,"pid":24,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2232,"pid":99,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2376,"pid":87,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2280,"pid":54,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2696,"pid":153,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2600,"pid":84,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1864,"pid":9,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2152,"pid":102,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2712,"pid":153,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2168,"pid":102,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1624,"pid":18,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2728,"pid":174,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2216,"pid":162,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1640,"pid":18,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2392,"pid":87,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2008,"pid":12,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2520,"pid":150,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2296,"pid":54,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2760,"pid":132,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1656,"pid":18,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2520,"pid":108,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2328,"pid":69,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2488,"pid":177,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2536,"pid":150,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2456,"pid":96,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2104,"pid":21,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1672,"pid":18,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2728,"pid":153,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2184,"pid":102,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3096,"pid":189,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2584,"pid":117,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2520,"pid":72,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":138,"fiber_id":2600,"pid":138,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2200,"pid":102,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1960,"pid":51,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2904,"pid":192,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2344,"pid":69,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2408,"pid":87,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2680,"pid":159,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2776,"pid":132,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2376,"pid":123,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2136,"pid":90,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2920,"pid":192,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2184,"pid":78,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":177,"fiber_id":2504,"pid":177,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2056,"pid":24,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2664,"pid":120,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2776,"pid":36,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2424,"pid":87,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2312,"pid":54,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2584,"pid":147,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2440,"pid":114,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1832,"pid":15,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2344,"pid":81,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2104,"pid":57,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1880,"pid":9,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":195,"fiber_id":3096,"pid":195,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2520,"pid":168,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2888,"pid":183,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2248,"pid":99,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2392,"pid":123,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2824,"pid":156,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":159,"fiber_id":2696,"pid":159,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2088,"pid":45,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1688,"pid":18,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2888,"pid":186,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2536,"pid":72,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2680,"pid":120,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1848,"pid":15,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2200,"pid":78,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2472,"pid":96,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1896,"pid":9,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2840,"pid":156,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":114,"fiber_id":2456,"pid":114,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2536,"pid":108,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2232,"pid":162,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2216,"pid":78,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2904,"pid":183,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2792,"pid":132,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2264,"pid":99,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2120,"pid":21,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2152,"pid":42,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2568,"pid":66,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2408,"pid":123,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2184,"pid":48,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2312,"pid":126,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2232,"pid":78,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":171,"fiber_id":2696,"pid":171,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":90,"fiber_id":2152,"pid":90,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":165,"fiber_id":3080,"pid":165,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2920,"pid":183,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2360,"pid":105,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2232,"pid":180,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2616,"pid":84,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2328,"pid":126,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2248,"pid":162,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2360,"pid":81,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2696,"pid":120,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2360,"pid":69,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2280,"pid":99,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2376,"pid":105,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2328,"pid":54,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2904,"pid":186,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2264,"pid":162,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1976,"pid":51,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2552,"pid":72,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2632,"pid":84,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1912,"pid":9,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2568,"pid":72,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2936,"pid":183,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2248,"pid":180,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2744,"pid":174,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":21,"fiber_id":2136,"pid":21,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2584,"pid":72,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2616,"pid":129,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1864,"pid":15,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2280,"pid":162,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2392,"pid":105,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2120,"pid":144,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2648,"pid":84,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2264,"pid":180,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2296,"pid":99,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2488,"pid":96,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2536,"pid":168,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3096,"pid":198,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2952,"pid":183,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2296,"pid":162,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2120,"pid":57,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2248,"pid":78,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1928,"pid":9,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2600,"pid":147,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2168,"pid":42,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2280,"pid":180,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2552,"pid":108,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2504,"pid":96,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2808,"pid":132,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2968,"pid":183,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1880,"pid":15,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2376,"pid":69,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3112,"pid":198,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2520,"pid":96,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2312,"pid":162,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1672,"pid":60,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2024,"pid":12,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2296,"pid":180,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2600,"pid":72,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2264,"pid":78,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3112,"pid":189,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1944,"pid":9,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":1992,"pid":51,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2792,"pid":36,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2392,"pid":69,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2328,"pid":162,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2664,"pid":84,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":36,"fiber_id":2808,"pid":36,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2200,"pid":48,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2616,"pid":147,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2376,"pid":81,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2136,"pid":144,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2936,"pid":192,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2552,"pid":27,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1960,"pid":9,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2712,"pid":120,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":132,"fiber_id":2824,"pid":132,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2168,"pid":33,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2536,"pid":96,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2920,"pid":186,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2552,"pid":168,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2616,"pid":72,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2344,"pid":162,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2952,"pid":192,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3128,"pid":198,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1976,"pid":9,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3128,"pid":189,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2280,"pid":78,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2184,"pid":42,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2392,"pid":81,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2216,"pid":102,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2152,"pid":144,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2968,"pid":192,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2552,"pid":96,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2408,"pid":69,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2584,"pid":66,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2600,"pid":117,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1896,"pid":15,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":1992,"pid":9,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2344,"pid":54,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2200,"pid":42,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2216,"pid":48,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2360,"pid":75,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2232,"pid":102,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2344,"pid":126,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2568,"pid":108,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2424,"pid":69,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2168,"pid":144,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2008,"pid":9,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2728,"pid":120,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2568,"pid":96,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2232,"pid":48,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2376,"pid":75,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2408,"pid":81,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2360,"pid":126,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1688,"pid":60,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2312,"pid":99,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2760,"pid":174,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2424,"pid":123,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2680,"pid":84,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":15,"fiber_id":1912,"pid":15,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2584,"pid":96,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2632,"pid":129,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2616,"pid":117,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":75,"fiber_id":2392,"pid":75,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2184,"pid":144,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2568,"pid":27,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1704,"pid":18,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2040,"pid":12,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1704,"pid":60,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2136,"pid":57,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2424,"pid":81,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2856,"pid":156,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2600,"pid":66,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2072,"pid":24,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2248,"pid":102,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2568,"pid":168,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2584,"pid":27,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1720,"pid":18,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2200,"pid":144,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1720,"pid":60,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2616,"pid":66,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":2984,"pid":183,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2408,"pid":105,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2632,"pid":117,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2744,"pid":120,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2360,"pid":54,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2296,"pid":78,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1736,"pid":60,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2440,"pid":69,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2104,"pid":45,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1736,"pid":18,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2648,"pid":117,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":2984,"pid":192,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2024,"pid":9,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2376,"pid":54,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2440,"pid":81,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2088,"pid":24,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2248,"pid":135,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2760,"pid":120,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2664,"pid":117,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2152,"pid":57,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":84,"fiber_id":2696,"pid":84,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2424,"pid":105,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2456,"pid":69,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2264,"pid":102,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2440,"pid":123,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2872,"pid":156,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2680,"pid":117,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3144,"pid":189,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2392,"pid":54,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2056,"pid":12,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2584,"pid":168,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2040,"pid":9,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1752,"pid":60,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3000,"pid":183,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3144,"pid":198,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2456,"pid":81,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2168,"pid":57,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2696,"pid":117,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2776,"pid":120,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2056,"pid":9,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3160,"pid":189,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2312,"pid":78,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":3000,"pid":192,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2440,"pid":87,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2216,"pid":144,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2456,"pid":123,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2648,"pid":129,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2472,"pid":81,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2120,"pid":45,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2248,"pid":48,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2888,"pid":156,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2360,"pid":162,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2552,"pid":150,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2456,"pid":87,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":126,"fiber_id":2376,"pid":126,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2232,"pid":144,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2600,"pid":141,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":147,"fiber_id":2632,"pid":147,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":2008,"pid":51,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2712,"pid":117,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2216,"pid":42,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1768,"pid":60,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2488,"pid":81,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2904,"pid":156,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2376,"pid":162,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2280,"pid":102,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":45,"fiber_id":2136,"pid":45,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2616,"pid":141,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2184,"pid":33,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":2024,"pid":51,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2600,"pid":27,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2920,"pid":156,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":3016,"pid":192,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2104,"pid":24,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2248,"pid":144,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2328,"pid":99,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2472,"pid":87,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":39,"fiber_id":2376,"pid":39,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2792,"pid":120,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3016,"pid":183,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2408,"pid":54,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":3032,"pid":192,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2936,"pid":156,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2728,"pid":117,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1752,"pid":18,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2120,"pid":24,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2776,"pid":174,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1784,"pid":60,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2184,"pid":57,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":192,"fiber_id":3048,"pid":192,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2072,"pid":9,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2136,"pid":24,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2264,"pid":144,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2392,"pid":162,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2264,"pid":135,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2344,"pid":99,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2088,"pid":9,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":2040,"pid":51,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2808,"pid":120,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2408,"pid":162,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2360,"pid":99,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2632,"pid":141,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2280,"pid":144,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2600,"pid":96,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2072,"pid":12,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3160,"pid":198,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2616,"pid":27,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":24,"fiber_id":2152,"pid":24,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2088,"pid":12,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2328,"pid":78,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2584,"pid":108,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2472,"pid":69,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2264,"pid":48,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2744,"pid":153,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3032,"pid":183,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2344,"pid":78,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2952,"pid":156,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":117,"fiber_id":2744,"pid":117,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1768,"pid":18,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3048,"pid":183,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2104,"pid":12,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2360,"pid":78,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":2056,"pid":51,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2296,"pid":144,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2200,"pid":33,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2120,"pid":12,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2232,"pid":42,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2504,"pid":81,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2136,"pid":12,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3064,"pid":183,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2248,"pid":42,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2312,"pid":144,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2376,"pid":78,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2424,"pid":162,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2600,"pid":108,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":51,"fiber_id":2072,"pid":51,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2328,"pid":144,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2216,"pid":33,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2344,"pid":144,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2616,"pid":108,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2360,"pid":144,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2264,"pid":42,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2568,"pid":150,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2584,"pid":150,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2520,"pid":81,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":186,"fiber_id":2936,"pid":186,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2280,"pid":48,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2376,"pid":144,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2488,"pid":87,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2536,"pid":81,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2152,"pid":12,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3080,"pid":183,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2552,"pid":81,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2392,"pid":144,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1800,"pid":60,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2424,"pid":54,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2200,"pid":57,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2376,"pid":99,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2568,"pid":81,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2408,"pid":144,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2600,"pid":150,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2104,"pid":9,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1784,"pid":18,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2600,"pid":168,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2824,"pid":120,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2488,"pid":69,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2424,"pid":144,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":60,"fiber_id":1816,"pid":60,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2968,"pid":156,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2392,"pid":99,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":66,"fiber_id":2632,"pid":66,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2392,"pid":78,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2632,"pid":72,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2504,"pid":87,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":129,"fiber_id":2664,"pid":129,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2840,"pid":120,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1800,"pid":18,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":48,"fiber_id":2296,"pid":48,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2216,"pid":57,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2616,"pid":150,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2520,"pid":87,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2856,"pid":120,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2472,"pid":123,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":2984,"pid":156,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2616,"pid":168,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1816,"pid":18,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2440,"pid":105,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2632,"pid":27,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2632,"pid":150,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3096,"pid":183,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2648,"pid":27,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2456,"pid":105,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2488,"pid":123,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":141,"fiber_id":2648,"pid":141,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2408,"pid":78,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2760,"pid":153,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2616,"pid":96,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2120,"pid":9,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2648,"pid":72,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":156,"fiber_id":3000,"pid":156,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2424,"pid":78,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2632,"pid":108,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2440,"pid":144,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3176,"pid":189,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2776,"pid":153,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2872,"pid":120,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":69,"fiber_id":2504,"pid":69,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2632,"pid":96,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2664,"pid":27,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2472,"pid":105,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":57,"fiber_id":2232,"pid":57,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2536,"pid":87,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2488,"pid":105,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2280,"pid":42,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2232,"pid":33,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2504,"pid":105,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2312,"pid":180,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2552,"pid":87,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2792,"pid":174,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2408,"pid":99,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1832,"pid":18,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2136,"pid":9,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3176,"pid":198,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2568,"pid":87,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2248,"pid":33,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2584,"pid":87,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2600,"pid":87,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2616,"pid":87,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":198,"fiber_id":3192,"pid":198,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2264,"pid":33,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2440,"pid":162,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3112,"pid":183,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1848,"pid":18,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2648,"pid":108,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2632,"pid":168,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2440,"pid":78,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2280,"pid":33,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2792,"pid":153,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2680,"pid":27,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2424,"pid":99,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2440,"pid":54,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2296,"pid":33,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2584,"pid":81,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2456,"pid":78,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":120,"fiber_id":2888,"pid":120,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":183,"fiber_id":3128,"pid":183,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2808,"pid":153,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2520,"pid":105,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2664,"pid":108,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":33,"fiber_id":2312,"pid":33,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2664,"pid":72,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2824,"pid":153,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2296,"pid":42,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2648,"pid":168,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2280,"pid":135,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2456,"pid":144,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2296,"pid":102,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2632,"pid":87,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2840,"pid":153,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2472,"pid":78,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":27,"fiber_id":2696,"pid":27,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2648,"pid":87,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2472,"pid":144,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":42,"fiber_id":2312,"pid":42,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2488,"pid":78,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2456,"pid":54,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":12,"fiber_id":2168,"pid":12,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3192,"pid":189,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2328,"pid":180,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":123,"fiber_id":2504,"pid":123,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":81,"fiber_id":2600,"pid":81,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2808,"pid":174,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2856,"pid":153,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2536,"pid":105,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2296,"pid":135,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2488,"pid":144,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2472,"pid":54,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2456,"pid":162,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":72,"fiber_id":2680,"pid":72,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2648,"pid":150,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2872,"pid":153,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1864,"pid":18,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":54,"fiber_id":2488,"pid":54,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":168,"fiber_id":2664,"pid":168,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2552,"pid":105,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":9,"fiber_id":2152,"pid":9,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2680,"pid":108,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2344,"pid":180,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":150,"fiber_id":2664,"pid":150,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2440,"pid":99,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3208,"pid":189,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2360,"pid":180,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2824,"pid":174,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":96,"fiber_id":2648,"pid":96,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2376,"pid":180,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2312,"pid":135,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":153,"fiber_id":2888,"pid":153,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2392,"pid":180,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2408,"pid":180,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2328,"pid":135,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2344,"pid":135,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3224,"pid":189,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2424,"pid":180,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2440,"pid":180,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2568,"pid":105,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2696,"pid":108,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2840,"pid":174,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2456,"pid":180,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2664,"pid":87,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2472,"pid":180,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":87,"fiber_id":2680,"pid":87,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":99,"fiber_id":2456,"pid":99,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2312,"pid":102,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2712,"pid":108,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2584,"pid":105,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2488,"pid":180,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2504,"pid":144,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2472,"pid":162,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":108,"fiber_id":2728,"pid":108,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2504,"pid":180,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2328,"pid":102,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":102,"fiber_id":2344,"pid":102,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":189,"fiber_id":3240,"pid":189,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2520,"pid":144,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":105,"fiber_id":2600,"pid":105,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2504,"pid":78,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2488,"pid":162,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2520,"pid":180,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2536,"pid":144,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":78,"fiber_id":2520,"pid":78,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2504,"pid":162,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2536,"pid":180,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":135,"fiber_id":2360,"pid":135,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2520,"pid":162,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2552,"pid":144,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2568,"pid":144,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2584,"pid":144,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":174,"fiber_id":2856,"pid":174,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2600,"pid":144,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1880,"pid":18,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1896,"pid":18,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2552,"pid":180,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2536,"pid":162,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":162,"fiber_id":2552,"pid":162,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2568,"pid":180,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2616,"pid":144,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2632,"pid":144,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2584,"pid":180,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1912,"pid":18,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2648,"pid":144,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2664,"pid":144,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":18,"fiber_id":1928,"pid":18,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":144,"fiber_id":2680,"pid":144,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:41+00:00","severity":"warn","process_id":180,"fiber_id":2600,"pid":180,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2712,"pid":171,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2872,"pid":174,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1832,"pid":60,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2728,"pid":171,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2616,"pid":105,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2616,"pid":138,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2888,"pid":174,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2632,"pid":138,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2744,"pid":171,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1848,"pid":60,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2408,"pid":75,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2248,"pid":57,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2904,"pid":174,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2328,"pid":42,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3144,"pid":183,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":1928,"pid":15,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2712,"pid":27,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3208,"pid":198,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3096,"pid":165,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2696,"pid":144,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2168,"pid":24,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":1944,"pid":15,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2632,"pid":105,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2184,"pid":24,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":1960,"pid":30,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3256,"pid":189,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2680,"pid":150,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2664,"pid":141,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1864,"pid":60,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2760,"pid":171,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2328,"pid":33,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2664,"pid":96,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2824,"pid":36,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2376,"pid":135,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2504,"pid":54,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2168,"pid":90,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2728,"pid":27,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":1976,"pid":30,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2392,"pid":126,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2184,"pid":12,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2520,"pid":54,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2840,"pid":132,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2088,"pid":51,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2696,"pid":87,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2392,"pid":39,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":1992,"pid":30,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2904,"pid":120,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":2952,"pid":186,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":1944,"pid":18,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2200,"pid":24,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2760,"pid":117,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2296,"pid":63,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2568,"pid":162,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2696,"pid":72,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":1960,"pid":15,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2712,"pid":87,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2488,"pid":111,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3160,"pid":183,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2648,"pid":66,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2200,"pid":12,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3176,"pid":183,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2008,"pid":30,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2712,"pid":72,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2504,"pid":111,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2472,"pid":114,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2216,"pid":12,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2520,"pid":123,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2696,"pid":150,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2520,"pid":69,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2536,"pid":54,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2360,"pid":102,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2712,"pid":144,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2520,"pid":111,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3112,"pid":165,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2536,"pid":123,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2712,"pid":150,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2536,"pid":111,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2552,"pid":123,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3128,"pid":165,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2552,"pid":111,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3224,"pid":198,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2728,"pid":144,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3144,"pid":165,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3016,"pid":156,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3160,"pid":165,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3176,"pid":165,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2568,"pid":123,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3064,"pid":192,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2392,"pid":135,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2312,"pid":48,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2920,"pid":174,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2856,"pid":132,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2264,"pid":57,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2424,"pid":75,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2344,"pid":42,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2152,"pid":45,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1880,"pid":60,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2712,"pid":159,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2408,"pid":126,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3240,"pid":198,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2536,"pid":78,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2360,"pid":42,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2872,"pid":132,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3112,"pid":195,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2648,"pid":138,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2728,"pid":159,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2904,"pid":153,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2648,"pid":105,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2376,"pid":42,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2664,"pid":138,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2680,"pid":96,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2696,"pid":96,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2744,"pid":108,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2680,"pid":138,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2744,"pid":144,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2216,"pid":24,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2328,"pid":48,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2920,"pid":153,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2248,"pid":93,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2584,"pid":123,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3256,"pid":198,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2280,"pid":57,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2936,"pid":174,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2840,"pid":36,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2760,"pid":144,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2648,"pid":147,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2232,"pid":24,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2728,"pid":87,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2232,"pid":12,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3192,"pid":183,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2312,"pid":63,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3272,"pid":189,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2728,"pid":150,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2680,"pid":168,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2952,"pid":174,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2696,"pid":138,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2328,"pid":63,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3208,"pid":183,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2248,"pid":12,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2392,"pid":42,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2568,"pid":111,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2024,"pid":30,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2584,"pid":162,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2408,"pid":135,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3224,"pid":183,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2696,"pid":168,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2936,"pid":153,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":2968,"pid":186,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2856,"pid":36,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2488,"pid":114,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2744,"pid":27,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2584,"pid":111,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2600,"pid":162,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2776,"pid":117,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2728,"pid":72,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2776,"pid":144,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2776,"pid":171,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":2984,"pid":186,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2504,"pid":114,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2872,"pid":36,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2792,"pid":144,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2168,"pid":9,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2552,"pid":78,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2744,"pid":150,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2760,"pid":27,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2920,"pid":120,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2408,"pid":39,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3080,"pid":192,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2264,"pid":93,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2616,"pid":162,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3192,"pid":165,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3000,"pid":186,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2808,"pid":144,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2184,"pid":9,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2744,"pid":159,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2600,"pid":111,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2248,"pid":24,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2040,"pid":30,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2712,"pid":138,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2600,"pid":123,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2200,"pid":9,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2424,"pid":39,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2184,"pid":90,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2168,"pid":45,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2552,"pid":54,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2888,"pid":132,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2104,"pid":51,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1896,"pid":60,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3208,"pid":165,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2680,"pid":141,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2056,"pid":30,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2424,"pid":126,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2712,"pid":84,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2568,"pid":54,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2120,"pid":51,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2616,"pid":180,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2616,"pid":81,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":1960,"pid":18,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2728,"pid":84,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2744,"pid":72,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2584,"pid":54,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2792,"pid":171,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2152,"pid":21,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3096,"pid":192,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2440,"pid":39,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2696,"pid":141,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2600,"pid":54,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2904,"pid":132,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2280,"pid":93,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2168,"pid":21,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2760,"pid":72,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2264,"pid":24,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3224,"pid":165,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2712,"pid":141,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2472,"pid":99,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2744,"pid":84,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2520,"pid":177,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2616,"pid":54,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2776,"pid":27,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2632,"pid":81,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2344,"pid":33,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2744,"pid":87,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3288,"pid":189,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2344,"pid":63,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2632,"pid":162,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2344,"pid":48,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":1976,"pid":18,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2760,"pid":159,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2536,"pid":177,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2184,"pid":45,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3032,"pid":156,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2424,"pid":135,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2792,"pid":117,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2520,"pid":114,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2376,"pid":102,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2200,"pid":45,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2264,"pid":12,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2760,"pid":108,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2808,"pid":171,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2360,"pid":33,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2936,"pid":120,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2616,"pid":111,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2280,"pid":12,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2216,"pid":45,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2952,"pid":120,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2568,"pid":78,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2680,"pid":129,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2664,"pid":66,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2920,"pid":132,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2776,"pid":72,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2792,"pid":27,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":1976,"pid":15,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2664,"pid":147,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2968,"pid":120,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2376,"pid":33,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2232,"pid":45,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2824,"pid":144,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2680,"pid":147,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3304,"pid":189,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2136,"pid":51,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1912,"pid":60,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2200,"pid":90,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2824,"pid":171,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2296,"pid":12,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2360,"pid":63,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2632,"pid":111,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3048,"pid":156,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2680,"pid":66,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2728,"pid":138,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2728,"pid":141,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2952,"pid":153,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3128,"pid":195,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2184,"pid":21,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2936,"pid":132,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2792,"pid":72,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2808,"pid":27,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2968,"pid":153,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2648,"pid":111,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3320,"pid":189,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2312,"pid":12,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3272,"pid":198,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2616,"pid":123,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2808,"pid":72,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2712,"pid":168,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3144,"pid":195,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2968,"pid":174,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2552,"pid":177,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":1992,"pid":18,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2152,"pid":51,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3288,"pid":198,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2328,"pid":12,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2440,"pid":135,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2664,"pid":111,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2648,"pid":162,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2888,"pid":36,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2824,"pid":27,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2392,"pid":33,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":2984,"pid":174,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2952,"pid":132,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2696,"pid":66,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2744,"pid":141,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2760,"pid":87,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2968,"pid":132,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2408,"pid":33,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2408,"pid":42,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2632,"pid":180,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2760,"pid":150,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2776,"pid":87,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2280,"pid":24,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2760,"pid":84,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2344,"pid":12,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3240,"pid":183,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2568,"pid":177,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2904,"pid":36,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2440,"pid":126,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2792,"pid":87,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1928,"pid":60,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2168,"pid":51,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2440,"pid":75,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":1992,"pid":15,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2456,"pid":126,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2808,"pid":87,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3336,"pid":189,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2536,"pid":114,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2248,"pid":45,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2584,"pid":177,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2696,"pid":147,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2072,"pid":30,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3016,"pid":186,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2456,"pid":75,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2632,"pid":54,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2264,"pid":45,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2200,"pid":21,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2808,"pid":117,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2776,"pid":84,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3256,"pid":183,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3240,"pid":165,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2008,"pid":15,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2920,"pid":36,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2728,"pid":168,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2824,"pid":72,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2360,"pid":12,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":2984,"pid":120,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3272,"pid":183,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2648,"pid":180,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2216,"pid":90,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2296,"pid":57,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3256,"pid":165,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2936,"pid":36,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2296,"pid":24,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2376,"pid":12,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3160,"pid":195,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2488,"pid":99,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3000,"pid":174,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3032,"pid":186,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3272,"pid":165,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2744,"pid":138,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2424,"pid":42,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2392,"pid":12,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2600,"pid":177,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2312,"pid":24,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3304,"pid":198,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2952,"pid":36,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2296,"pid":93,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2840,"pid":27,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2328,"pid":24,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2616,"pid":177,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2744,"pid":168,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2312,"pid":57,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3352,"pid":189,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":2984,"pid":132,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2760,"pid":141,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2664,"pid":105,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2312,"pid":93,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2024,"pid":15,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2456,"pid":135,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2376,"pid":63,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2088,"pid":30,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2856,"pid":27,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3320,"pid":198,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2184,"pid":51,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2712,"pid":96,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2760,"pid":168,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3016,"pid":174,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2872,"pid":27,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2776,"pid":168,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2648,"pid":54,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2472,"pid":126,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2584,"pid":78,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3000,"pid":120,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2664,"pid":180,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2424,"pid":33,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2552,"pid":114,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2440,"pid":42,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2472,"pid":75,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2440,"pid":33,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2536,"pid":69,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2680,"pid":180,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2568,"pid":114,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2648,"pid":81,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2392,"pid":63,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2968,"pid":36,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2824,"pid":87,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3336,"pid":198,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3064,"pid":156,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2408,"pid":63,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2776,"pid":141,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2456,"pid":39,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2488,"pid":126,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2840,"pid":87,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2424,"pid":63,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2392,"pid":102,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":2984,"pid":153,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2632,"pid":177,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2472,"pid":39,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2440,"pid":63,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2488,"pid":39,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2360,"pid":48,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2232,"pid":90,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2648,"pid":177,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3016,"pid":120,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2504,"pid":39,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":2984,"pid":36,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2376,"pid":48,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2680,"pid":105,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3032,"pid":120,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2328,"pid":57,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2520,"pid":39,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2040,"pid":15,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2472,"pid":135,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2840,"pid":72,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2712,"pid":147,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3000,"pid":132,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2504,"pid":126,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3368,"pid":189,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2664,"pid":81,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2728,"pid":147,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3000,"pid":36,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2504,"pid":99,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2744,"pid":147,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2456,"pid":63,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3288,"pid":165,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2056,"pid":15,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3016,"pid":132,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2584,"pid":114,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2520,"pid":99,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3000,"pid":153,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2632,"pid":123,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2760,"pid":147,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2408,"pid":102,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2664,"pid":54,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2776,"pid":150,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2536,"pid":99,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2712,"pid":66,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2328,"pid":93,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2408,"pid":12,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2776,"pid":147,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2488,"pid":135,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3112,"pid":192,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2664,"pid":162,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2792,"pid":141,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2600,"pid":78,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2792,"pid":147,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2472,"pid":63,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2648,"pid":123,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2728,"pid":66,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2616,"pid":78,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3288,"pid":183,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2600,"pid":114,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3048,"pid":186,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2632,"pid":78,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2456,"pid":33,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2520,"pid":126,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2488,"pid":75,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2680,"pid":54,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2696,"pid":129,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2536,"pid":39,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2344,"pid":57,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3080,"pid":156,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2072,"pid":15,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2216,"pid":9,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2696,"pid":180,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2792,"pid":150,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2392,"pid":48,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2888,"pid":27,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2680,"pid":162,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2808,"pid":141,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2696,"pid":162,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2712,"pid":129,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3016,"pid":153,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2696,"pid":105,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2248,"pid":90,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3096,"pid":156,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2840,"pid":171,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3032,"pid":153,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2488,"pid":63,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2232,"pid":9,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1944,"pid":60,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2728,"pid":129,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2728,"pid":96,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2792,"pid":84,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2664,"pid":123,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3016,"pid":36,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2552,"pid":69,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3048,"pid":153,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3304,"pid":165,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2552,"pid":39,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2088,"pid":15,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2680,"pid":81,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3064,"pid":153,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2680,"pid":111,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2856,"pid":171,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3080,"pid":153,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2840,"pid":144,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2616,"pid":114,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3128,"pid":192,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2552,"pid":99,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2504,"pid":75,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2808,"pid":147,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2344,"pid":24,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3096,"pid":153,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2504,"pid":63,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2008,"pid":18,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2904,"pid":27,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3032,"pid":174,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2520,"pid":75,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2696,"pid":54,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2696,"pid":81,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2200,"pid":51,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2712,"pid":180,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2360,"pid":24,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2824,"pid":141,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3048,"pid":174,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3144,"pid":192,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2744,"pid":66,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2104,"pid":15,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2712,"pid":54,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3048,"pid":120,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2280,"pid":45,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2248,"pid":9,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2824,"pid":147,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2760,"pid":138,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3352,"pid":198,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2424,"pid":12,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3160,"pid":192,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2296,"pid":45,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2856,"pid":144,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2536,"pid":75,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2216,"pid":51,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2424,"pid":102,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2360,"pid":57,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2216,"pid":21,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3032,"pid":132,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2728,"pid":180,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3064,"pid":186,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2520,"pid":63,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2776,"pid":138,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3368,"pid":198,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3112,"pid":156,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3112,"pid":153,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2440,"pid":102,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2680,"pid":123,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2024,"pid":18,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3384,"pid":189,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2312,"pid":45,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2568,"pid":39,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3128,"pid":153,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3064,"pid":174,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2840,"pid":147,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3064,"pid":120,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2792,"pid":168,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2872,"pid":171,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2712,"pid":81,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2712,"pid":162,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2808,"pid":150,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2632,"pid":114,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2568,"pid":69,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2536,"pid":126,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2104,"pid":30,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1960,"pid":60,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2696,"pid":111,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2040,"pid":18,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2648,"pid":78,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2808,"pid":168,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2648,"pid":114,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3080,"pid":174,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3400,"pid":189,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3144,"pid":153,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2664,"pid":78,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2664,"pid":114,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2920,"pid":27,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2232,"pid":51,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2408,"pid":48,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2232,"pid":21,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3096,"pid":174,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2584,"pid":39,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2824,"pid":168,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2680,"pid":78,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2456,"pid":102,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2936,"pid":27,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2744,"pid":96,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3112,"pid":174,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2792,"pid":138,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2744,"pid":180,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3128,"pid":156,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3320,"pid":165,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3128,"pid":174,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2776,"pid":108,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2808,"pid":138,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2552,"pid":75,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3336,"pid":165,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2792,"pid":108,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2440,"pid":12,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3144,"pid":156,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2344,"pid":93,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2600,"pid":39,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2472,"pid":102,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2456,"pid":42,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3352,"pid":165,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2808,"pid":108,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3416,"pid":189,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3176,"pid":192,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3080,"pid":120,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3384,"pid":198,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3176,"pid":195,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3048,"pid":132,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2808,"pid":84,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3432,"pid":189,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2696,"pid":78,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3080,"pid":186,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2360,"pid":93,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2856,"pid":147,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2856,"pid":87,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2776,"pid":159,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2568,"pid":75,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2872,"pid":87,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2792,"pid":159,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2856,"pid":72,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3096,"pid":120,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3032,"pid":36,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2424,"pid":48,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2712,"pid":105,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2952,"pid":27,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2120,"pid":30,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2264,"pid":9,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2664,"pid":177,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2376,"pid":93,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3368,"pid":165,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2504,"pid":135,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2584,"pid":75,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2968,"pid":27,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2280,"pid":9,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2712,"pid":78,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2392,"pid":93,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3160,"pid":153,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3144,"pid":174,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2824,"pid":138,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2728,"pid":162,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":2984,"pid":27,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2824,"pid":108,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3384,"pid":165,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2408,"pid":93,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2840,"pid":141,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2328,"pid":45,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2760,"pid":96,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3400,"pid":198,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2552,"pid":126,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3048,"pid":36,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2856,"pid":141,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2136,"pid":30,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2568,"pid":126,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3448,"pid":189,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2488,"pid":102,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2152,"pid":30,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2696,"pid":123,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2872,"pid":141,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2584,"pid":126,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2776,"pid":96,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3176,"pid":153,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3064,"pid":36,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3416,"pid":198,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2504,"pid":102,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2520,"pid":135,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3464,"pid":189,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2680,"pid":177,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3192,"pid":153,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3080,"pid":36,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2520,"pid":102,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3192,"pid":195,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2840,"pid":138,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3208,"pid":153,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3096,"pid":36,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2536,"pid":102,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2344,"pid":45,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2856,"pid":138,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2760,"pid":180,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3192,"pid":192,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2472,"pid":42,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3304,"pid":183,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2616,"pid":39,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2872,"pid":138,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2744,"pid":129,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2840,"pid":168,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2728,"pid":78,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2536,"pid":63,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2808,"pid":159,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2360,"pid":45,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3432,"pid":198,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2712,"pid":123,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3208,"pid":195,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2872,"pid":144,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2744,"pid":78,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3000,"pid":27,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2760,"pid":129,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2632,"pid":39,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3096,"pid":186,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3224,"pid":195,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2888,"pid":141,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3448,"pid":198,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2888,"pid":144,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3160,"pid":174,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2728,"pid":54,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1976,"pid":60,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2248,"pid":51,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2168,"pid":30,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3240,"pid":195,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3480,"pid":189,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2488,"pid":42,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2744,"pid":54,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3224,"pid":153,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2744,"pid":162,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2376,"pid":57,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2552,"pid":63,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3496,"pid":189,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2728,"pid":81,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2120,"pid":15,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2856,"pid":168,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3256,"pid":195,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2760,"pid":54,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3016,"pid":27,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2568,"pid":63,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2776,"pid":54,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2872,"pid":168,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2264,"pid":51,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2872,"pid":147,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3464,"pid":198,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2824,"pid":117,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2792,"pid":54,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3112,"pid":186,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2376,"pid":45,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2472,"pid":33,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2904,"pid":144,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2376,"pid":24,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3320,"pid":183,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2888,"pid":168,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2824,"pid":84,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3208,"pid":192,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2504,"pid":42,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2888,"pid":171,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":1992,"pid":60,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2600,"pid":75,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2296,"pid":9,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3032,"pid":27,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2488,"pid":33,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2392,"pid":45,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2424,"pid":93,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2136,"pid":15,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3512,"pid":189,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2904,"pid":171,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3336,"pid":183,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3400,"pid":165,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2584,"pid":63,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2792,"pid":96,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2872,"pid":72,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3048,"pid":27,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2520,"pid":42,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2504,"pid":33,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2904,"pid":168,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3528,"pid":189,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2568,"pid":99,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2440,"pid":48,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3128,"pid":186,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2184,"pid":30,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3240,"pid":153,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2712,"pid":111,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2616,"pid":75,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2744,"pid":81,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3272,"pid":195,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3224,"pid":192,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2808,"pid":54,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2760,"pid":162,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3480,"pid":198,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2440,"pid":93,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2456,"pid":48,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2760,"pid":78,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2760,"pid":66,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2632,"pid":75,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3064,"pid":27,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2888,"pid":72,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3496,"pid":198,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2392,"pid":24,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2776,"pid":180,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2888,"pid":138,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2312,"pid":9,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3176,"pid":174,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2840,"pid":117,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2600,"pid":63,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2776,"pid":66,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2776,"pid":162,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2760,"pid":81,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3288,"pid":195,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2792,"pid":66,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2536,"pid":42,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2408,"pid":45,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2280,"pid":51,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2520,"pid":33,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2152,"pid":15,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2904,"pid":72,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2248,"pid":21,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2648,"pid":75,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2600,"pid":126,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2856,"pid":117,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2840,"pid":84,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2200,"pid":30,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2728,"pid":123,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2920,"pid":144,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2728,"pid":105,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2792,"pid":180,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3304,"pid":195,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3192,"pid":174,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2856,"pid":84,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3544,"pid":189,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2584,"pid":69,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2536,"pid":135,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2776,"pid":81,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2264,"pid":90,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2904,"pid":138,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2888,"pid":87,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2872,"pid":84,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3240,"pid":192,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3112,"pid":36,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2296,"pid":51,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2616,"pid":63,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2216,"pid":30,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3416,"pid":165,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2552,"pid":42,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3208,"pid":174,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2424,"pid":45,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2920,"pid":138,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3128,"pid":36,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3352,"pid":183,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2728,"pid":111,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2632,"pid":63,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3144,"pid":36,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2472,"pid":48,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2936,"pid":144,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2792,"pid":81,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2872,"pid":117,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2824,"pid":150,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2408,"pid":24,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3224,"pid":174,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3256,"pid":153,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2456,"pid":12,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2232,"pid":30,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3512,"pid":198,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2792,"pid":162,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2440,"pid":45,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2552,"pid":135,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2600,"pid":69,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3560,"pid":189,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2392,"pid":57,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3368,"pid":183,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3064,"pid":132,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2904,"pid":141,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2680,"pid":114,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2488,"pid":48,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3112,"pid":120,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2824,"pid":159,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2840,"pid":150,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3272,"pid":153,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2552,"pid":102,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2920,"pid":168,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2568,"pid":135,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2616,"pid":126,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3288,"pid":153,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3160,"pid":156,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2824,"pid":54,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2808,"pid":180,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3384,"pid":183,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2936,"pid":168,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3320,"pid":195,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2888,"pid":84,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2616,"pid":69,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3432,"pid":165,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2664,"pid":75,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2264,"pid":21,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3240,"pid":174,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2696,"pid":177,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2312,"pid":51,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2888,"pid":147,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2568,"pid":102,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2952,"pid":168,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2584,"pid":135,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2680,"pid":75,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3176,"pid":156,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2584,"pid":102,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2632,"pid":126,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2456,"pid":45,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2008,"pid":60,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2824,"pid":180,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3128,"pid":120,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2968,"pid":168,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2168,"pid":15,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2920,"pid":141,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2328,"pid":9,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2424,"pid":24,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2056,"pid":18,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3160,"pid":36,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3336,"pid":195,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3144,"pid":120,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2936,"pid":141,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2584,"pid":99,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3400,"pid":183,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2952,"pid":141,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2632,"pid":69,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2904,"pid":84,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2440,"pid":24,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3448,"pid":165,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2952,"pid":144,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2840,"pid":180,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3080,"pid":132,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":2984,"pid":168,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2968,"pid":141,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3464,"pid":165,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2072,"pid":18,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2184,"pid":15,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2808,"pid":81,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2840,"pid":54,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2648,"pid":39,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2536,"pid":33,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2600,"pid":135,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2472,"pid":45,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2408,"pid":57,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2808,"pid":162,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2808,"pid":66,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2088,"pid":18,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3256,"pid":174,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2200,"pid":15,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2616,"pid":135,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2600,"pid":99,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2840,"pid":159,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3416,"pid":183,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3304,"pid":153,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3576,"pid":189,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2280,"pid":90,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2776,"pid":129,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2456,"pid":24,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3256,"pid":192,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2248,"pid":30,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3432,"pid":183,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2856,"pid":54,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3480,"pid":165,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2632,"pid":135,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2472,"pid":12,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2280,"pid":21,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2824,"pid":162,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2904,"pid":147,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3320,"pid":153,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3000,"pid":168,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2328,"pid":51,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3160,"pid":120,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3080,"pid":27,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2424,"pid":57,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2824,"pid":66,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2856,"pid":180,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3528,"pid":198,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2552,"pid":33,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2712,"pid":177,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2920,"pid":171,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2648,"pid":63,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2808,"pid":96,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3096,"pid":27,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2648,"pid":135,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2504,"pid":48,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2872,"pid":180,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3496,"pid":165,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2568,"pid":33,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2216,"pid":15,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2936,"pid":171,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2568,"pid":42,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2264,"pid":30,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2872,"pid":54,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2744,"pid":111,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3192,"pid":156,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3144,"pid":186,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2840,"pid":108,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2696,"pid":114,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2296,"pid":21,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2744,"pid":105,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2856,"pid":150,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2744,"pid":123,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2824,"pid":81,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3448,"pid":183,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3208,"pid":156,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3016,"pid":168,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2296,"pid":90,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2664,"pid":135,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3160,"pid":186,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2760,"pid":111,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2712,"pid":114,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2584,"pid":42,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2648,"pid":126,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2776,"pid":78,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2760,"pid":105,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2776,"pid":111,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2680,"pid":135,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2920,"pid":84,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2104,"pid":18,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2872,"pid":150,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2968,"pid":144,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3224,"pid":156,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3112,"pid":27,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3592,"pid":189,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2888,"pid":117,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2840,"pid":162,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2616,"pid":99,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3544,"pid":198,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2888,"pid":150,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2936,"pid":138,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2728,"pid":177,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2904,"pid":150,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2696,"pid":135,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2696,"pid":75,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2840,"pid":66,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2888,"pid":54,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2632,"pid":99,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2920,"pid":72,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2920,"pid":147,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2728,"pid":114,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3336,"pid":153,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":2984,"pid":141,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2488,"pid":45,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2600,"pid":102,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3176,"pid":36,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2856,"pid":66,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3560,"pid":198,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2824,"pid":96,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2760,"pid":123,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2936,"pid":84,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2712,"pid":75,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3000,"pid":141,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3352,"pid":153,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2664,"pid":63,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2120,"pid":18,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3368,"pid":153,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2888,"pid":180,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2648,"pid":99,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3128,"pid":27,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2344,"pid":9,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2936,"pid":72,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2664,"pid":99,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3512,"pid":165,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2952,"pid":84,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2904,"pid":117,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3352,"pid":195,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2792,"pid":111,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2616,"pid":102,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3576,"pid":198,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2904,"pid":87,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3016,"pid":141,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2936,"pid":147,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2680,"pid":99,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2632,"pid":102,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2664,"pid":126,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2952,"pid":138,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3464,"pid":183,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2712,"pid":135,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2872,"pid":66,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2888,"pid":66,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2920,"pid":87,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3592,"pid":198,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2232,"pid":15,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3144,"pid":27,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2696,"pid":99,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3272,"pid":192,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2680,"pid":63,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3096,"pid":132,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2728,"pid":75,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2312,"pid":90,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2712,"pid":99,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2312,"pid":21,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2792,"pid":129,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2328,"pid":90,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2952,"pid":171,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2808,"pid":111,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3112,"pid":132,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2248,"pid":15,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3176,"pid":120,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2728,"pid":135,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2840,"pid":81,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2952,"pid":72,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3608,"pid":189,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":2984,"pid":144,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3368,"pid":195,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2904,"pid":54,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2440,"pid":57,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2792,"pid":78,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2856,"pid":162,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3128,"pid":132,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2664,"pid":39,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2968,"pid":84,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2136,"pid":18,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2920,"pid":150,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2280,"pid":30,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2808,"pid":129,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":3000,"pid":144,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3192,"pid":120,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2024,"pid":60,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2504,"pid":45,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3032,"pid":168,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3384,"pid":195,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3288,"pid":192,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2744,"pid":177,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2472,"pid":24,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2920,"pid":54,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2488,"pid":12,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2584,"pid":33,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2152,"pid":18,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3608,"pid":198,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2968,"pid":171,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":2984,"pid":84,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3240,"pid":156,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3048,"pid":168,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2824,"pid":111,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2504,"pid":12,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2456,"pid":93,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2648,"pid":69,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2600,"pid":33,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2760,"pid":177,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3064,"pid":168,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2872,"pid":162,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2808,"pid":78,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2840,"pid":96,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2744,"pid":114,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2936,"pid":87,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2520,"pid":12,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2168,"pid":18,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2520,"pid":48,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3176,"pid":186,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2856,"pid":159,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3304,"pid":192,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3384,"pid":153,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2536,"pid":12,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2952,"pid":147,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3000,"pid":84,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2872,"pid":159,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3256,"pid":156,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2680,"pid":126,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2744,"pid":135,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2536,"pid":48,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3624,"pid":198,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2936,"pid":150,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2552,"pid":12,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2728,"pid":99,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3032,"pid":141,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3624,"pid":189,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2472,"pid":93,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2264,"pid":15,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2344,"pid":90,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2776,"pid":177,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2968,"pid":147,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2952,"pid":150,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2696,"pid":126,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3080,"pid":168,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2968,"pid":72,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":171,"fiber_id":2984,"pid":171,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2600,"pid":42,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":2984,"pid":72,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3640,"pid":198,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2824,"pid":78,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2552,"pid":48,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2936,"pid":54,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2840,"pid":111,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3640,"pid":189,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2712,"pid":126,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2952,"pid":87,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3192,"pid":36,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3144,"pid":132,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2760,"pid":114,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3000,"pid":72,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3096,"pid":168,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2824,"pid":129,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3016,"pid":72,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2952,"pid":54,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2776,"pid":105,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3320,"pid":192,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3528,"pid":165,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2904,"pid":180,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2696,"pid":63,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2184,"pid":18,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2456,"pid":57,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3160,"pid":27,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3112,"pid":168,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2568,"pid":48,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2856,"pid":108,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3400,"pid":195,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3208,"pid":36,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3480,"pid":183,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2920,"pid":180,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2200,"pid":18,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2728,"pid":126,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2472,"pid":57,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2776,"pid":123,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2296,"pid":30,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2712,"pid":63,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3496,"pid":183,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2216,"pid":18,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2968,"pid":54,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3160,"pid":132,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3192,"pid":186,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2040,"pid":60,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2968,"pid":138,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2968,"pid":150,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2872,"pid":108,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2728,"pid":63,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2232,"pid":18,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2936,"pid":180,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2792,"pid":123,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2488,"pid":57,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2280,"pid":15,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2648,"pid":102,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2968,"pid":87,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2488,"pid":93,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2248,"pid":18,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3416,"pid":195,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2888,"pid":162,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2856,"pid":81,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2744,"pid":63,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2680,"pid":39,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2792,"pid":105,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3208,"pid":120,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2856,"pid":111,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3208,"pid":186,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":2984,"pid":54,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2744,"pid":99,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2520,"pid":45,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3512,"pid":183,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2888,"pid":108,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":2984,"pid":150,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3176,"pid":132,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2696,"pid":39,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2312,"pid":30,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3224,"pid":120,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2760,"pid":63,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3032,"pid":72,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":174,"fiber_id":3272,"pid":174,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2904,"pid":162,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2344,"pid":51,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3528,"pid":183,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2584,"pid":48,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2792,"pid":177,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2664,"pid":102,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3400,"pid":153,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2888,"pid":159,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2776,"pid":63,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2296,"pid":15,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2616,"pid":33,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3000,"pid":150,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2952,"pid":180,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2840,"pid":78,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2808,"pid":177,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2760,"pid":135,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2056,"pid":60,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2264,"pid":18,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2840,"pid":129,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3656,"pid":198,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2872,"pid":111,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2968,"pid":180,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3048,"pid":141,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2872,"pid":81,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3240,"pid":120,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2616,"pid":42,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2904,"pid":159,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2920,"pid":162,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2888,"pid":81,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3064,"pid":141,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2904,"pid":66,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2888,"pid":111,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2776,"pid":114,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":81,"fiber_id":2904,"pid":81,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3544,"pid":183,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2312,"pid":15,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3224,"pid":36,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2360,"pid":9,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2632,"pid":42,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3560,"pid":183,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2712,"pid":39,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3256,"pid":120,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2776,"pid":135,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3240,"pid":36,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":2984,"pid":147,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":2984,"pid":138,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3016,"pid":84,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3128,"pid":168,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2328,"pid":21,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2376,"pid":9,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2760,"pid":99,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3656,"pid":189,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2072,"pid":60,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2392,"pid":9,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2856,"pid":129,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2792,"pid":114,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3336,"pid":192,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":39,"fiber_id":2728,"pid":39,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2360,"pid":90,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3672,"pid":198,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3144,"pid":168,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3272,"pid":156,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2344,"pid":21,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2872,"pid":129,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2776,"pid":99,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":2984,"pid":87,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2488,"pid":24,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3000,"pid":54,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2360,"pid":21,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3192,"pid":132,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3352,"pid":192,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3256,"pid":36,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2904,"pid":111,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2792,"pid":135,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2504,"pid":24,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3048,"pid":72,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2360,"pid":51,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2408,"pid":9,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2504,"pid":93,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2504,"pid":57,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2904,"pid":108,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3000,"pid":87,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2920,"pid":66,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2520,"pid":24,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3160,"pid":168,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2328,"pid":30,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2792,"pid":99,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3064,"pid":72,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2600,"pid":48,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2328,"pid":15,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2920,"pid":159,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":57,"fiber_id":2520,"pid":57,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":60,"fiber_id":2088,"pid":60,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3672,"pid":189,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2680,"pid":102,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3208,"pid":132,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3000,"pid":138,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2792,"pid":63,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3080,"pid":141,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":66,"fiber_id":2936,"pid":66,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2920,"pid":111,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2920,"pid":108,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2280,"pid":18,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3688,"pid":189,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2856,"pid":78,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3224,"pid":132,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3080,"pid":72,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2856,"pid":96,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3368,"pid":192,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2616,"pid":48,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2744,"pid":126,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2936,"pid":159,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3432,"pid":195,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2808,"pid":63,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2664,"pid":69,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3544,"pid":165,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2632,"pid":48,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2536,"pid":45,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3448,"pid":195,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":3016,"pid":144,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3016,"pid":87,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2744,"pid":75,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2536,"pid":24,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2920,"pid":117,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2632,"pid":33,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3688,"pid":198,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2648,"pid":42,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3096,"pid":72,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3464,"pid":195,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2376,"pid":51,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2568,"pid":12,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2424,"pid":9,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3016,"pid":150,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2808,"pid":114,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3176,"pid":27,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":117,"fiber_id":2936,"pid":117,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2344,"pid":30,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3560,"pid":165,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3032,"pid":150,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2760,"pid":126,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2552,"pid":24,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":21,"fiber_id":2376,"pid":21,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2952,"pid":159,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2344,"pid":15,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2872,"pid":78,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3048,"pid":150,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2392,"pid":51,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":2984,"pid":180,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":3032,"pid":144,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3240,"pid":132,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2808,"pid":99,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3224,"pid":186,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2808,"pid":135,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2888,"pid":78,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2776,"pid":126,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3096,"pid":141,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2440,"pid":9,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2904,"pid":78,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3240,"pid":186,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3000,"pid":180,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2968,"pid":159,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2936,"pid":162,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2520,"pid":93,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2408,"pid":51,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2808,"pid":105,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3272,"pid":120,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2824,"pid":177,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3016,"pid":180,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2296,"pid":18,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3016,"pid":138,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2792,"pid":126,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3064,"pid":150,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2952,"pid":162,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2696,"pid":102,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2536,"pid":93,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3256,"pid":186,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2360,"pid":15,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2824,"pid":105,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2840,"pid":177,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2312,"pid":18,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3192,"pid":27,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3032,"pid":180,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2552,"pid":45,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2328,"pid":18,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2808,"pid":126,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3272,"pid":186,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2568,"pid":24,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3272,"pid":36,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2760,"pid":75,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2456,"pid":9,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2712,"pid":102,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2824,"pid":126,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3176,"pid":168,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3480,"pid":195,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2856,"pid":177,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2872,"pid":96,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2728,"pid":102,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3032,"pid":138,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2344,"pid":18,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2552,"pid":93,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2568,"pid":45,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2648,"pid":48,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2584,"pid":24,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3288,"pid":36,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3000,"pid":147,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2376,"pid":90,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2808,"pid":123,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3112,"pid":72,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3048,"pid":180,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2872,"pid":177,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3048,"pid":138,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2360,"pid":18,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":156,"fiber_id":3288,"pid":156,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2824,"pid":99,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2424,"pid":51,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":96,"fiber_id":2888,"pid":96,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2680,"pid":69,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2360,"pid":30,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3032,"pid":87,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2392,"pid":90,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3064,"pid":180,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2888,"pid":177,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2584,"pid":12,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2664,"pid":42,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3416,"pid":153,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2472,"pid":9,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2904,"pid":177,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2824,"pid":63,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2600,"pid":24,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3256,"pid":132,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3048,"pid":87,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3112,"pid":141,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3080,"pid":180,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2936,"pid":108,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2920,"pid":177,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3064,"pid":138,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2408,"pid":90,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":144,"fiber_id":3048,"pid":144,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3080,"pid":138,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2680,"pid":42,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2824,"pid":135,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2840,"pid":99,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2840,"pid":126,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2952,"pid":108,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3016,"pid":147,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2776,"pid":75,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2376,"pid":15,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2600,"pid":12,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3016,"pid":54,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":129,"fiber_id":2888,"pid":129,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":123,"fiber_id":2824,"pid":123,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2744,"pid":102,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3032,"pid":147,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":27,"fiber_id":3208,"pid":27,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":90,"fiber_id":2424,"pid":90,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2856,"pid":99,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2696,"pid":42,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3288,"pid":186,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2872,"pid":99,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3128,"pid":141,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3272,"pid":132,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2568,"pid":93,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2840,"pid":135,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3096,"pid":138,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2616,"pid":24,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3576,"pid":183,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2696,"pid":69,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2936,"pid":111,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2968,"pid":162,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3032,"pid":84,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2712,"pid":42,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2888,"pid":99,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3080,"pid":150,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":2984,"pid":159,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2488,"pid":9,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3192,"pid":168,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3032,"pid":54,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":93,"fiber_id":2584,"pid":93,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2440,"pid":51,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2936,"pid":177,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3288,"pid":132,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3592,"pid":183,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2952,"pid":111,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2824,"pid":114,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2856,"pid":135,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3576,"pid":165,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":108,"fiber_id":2968,"pid":108,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2920,"pid":78,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2392,"pid":15,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3288,"pid":120,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2760,"pid":102,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2664,"pid":48,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3048,"pid":84,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":3000,"pid":159,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2456,"pid":51,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2728,"pid":42,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2872,"pid":135,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2504,"pid":9,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2376,"pid":18,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3048,"pid":147,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3304,"pid":36,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3096,"pid":150,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":159,"fiber_id":3016,"pid":159,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3128,"pid":72,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2792,"pid":75,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2392,"pid":18,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3304,"pid":132,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3208,"pid":168,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2968,"pid":111,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2904,"pid":99,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2888,"pid":135,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3304,"pid":120,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3112,"pid":150,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2776,"pid":102,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3224,"pid":168,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3320,"pid":132,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2520,"pid":9,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3144,"pid":141,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3704,"pid":189,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2920,"pid":99,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2792,"pid":102,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3496,"pid":195,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3160,"pid":141,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":2984,"pid":111,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3304,"pid":186,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2680,"pid":48,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3096,"pid":180,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3608,"pid":183,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3112,"pid":138,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3624,"pid":165,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3112,"pid":180,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2696,"pid":48,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2840,"pid":105,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2408,"pid":18,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2952,"pid":177,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":138,"fiber_id":3128,"pid":138,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3176,"pid":72,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3176,"pid":141,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2424,"pid":18,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":186,"fiber_id":3320,"pid":186,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2936,"pid":78,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3320,"pid":120,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3128,"pid":150,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2536,"pid":9,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2632,"pid":24,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2712,"pid":69,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3384,"pid":192,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3048,"pid":54,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3192,"pid":72,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3240,"pid":168,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2952,"pid":78,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3064,"pid":87,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2904,"pid":135,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2808,"pid":75,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2648,"pid":24,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2408,"pid":15,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2920,"pid":135,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2968,"pid":78,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2472,"pid":51,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2968,"pid":177,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2664,"pid":24,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2936,"pid":135,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3064,"pid":147,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3208,"pid":72,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3128,"pid":87,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3192,"pid":141,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3640,"pid":165,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3224,"pid":72,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3144,"pid":87,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2840,"pid":75,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3128,"pid":180,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3592,"pid":165,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":3000,"pid":111,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2376,"pid":30,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3240,"pid":72,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3400,"pid":192,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3432,"pid":153,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3160,"pid":87,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3336,"pid":132,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3720,"pid":189,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2856,"pid":75,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3144,"pid":72,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2888,"pid":105,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3208,"pid":141,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":42,"fiber_id":2744,"pid":42,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2840,"pid":114,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2488,"pid":51,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2648,"pid":33,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2856,"pid":126,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2872,"pid":75,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2712,"pid":48,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":3016,"pid":177,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2584,"pid":45,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":141,"fiber_id":3224,"pid":141,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2440,"pid":18,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2840,"pid":63,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3336,"pid":120,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2552,"pid":9,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3448,"pid":153,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3256,"pid":168,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3160,"pid":72,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3064,"pid":84,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2424,"pid":15,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2728,"pid":69,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":2984,"pid":162,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3064,"pid":54,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2456,"pid":18,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2504,"pid":51,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3608,"pid":165,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":153,"fiber_id":3464,"pid":153,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":3032,"pid":177,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":2984,"pid":177,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3176,"pid":87,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3352,"pid":120,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2392,"pid":30,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2936,"pid":99,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2472,"pid":18,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2888,"pid":75,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3144,"pid":150,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3656,"pid":165,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2744,"pid":69,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2728,"pid":48,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2856,"pid":105,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3080,"pid":87,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2952,"pid":135,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3000,"pid":162,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3320,"pid":36,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2488,"pid":18,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2408,"pid":30,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3624,"pid":183,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":51,"fiber_id":2520,"pid":51,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":84,"fiber_id":3080,"pid":84,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2824,"pid":75,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":12,"fiber_id":2616,"pid":12,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2808,"pid":102,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3512,"pid":195,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2424,"pid":30,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":2984,"pid":78,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3368,"pid":120,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3272,"pid":168,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3160,"pid":150,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3080,"pid":147,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3528,"pid":195,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3144,"pid":180,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3384,"pid":120,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2504,"pid":18,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3736,"pid":189,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":177,"fiber_id":3000,"pid":177,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3288,"pid":168,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3096,"pid":87,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2680,"pid":24,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2856,"pid":63,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3752,"pid":189,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3112,"pid":87,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3336,"pid":36,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2520,"pid":18,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2968,"pid":135,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3176,"pid":150,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2440,"pid":15,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3672,"pid":165,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2600,"pid":45,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3352,"pid":36,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3688,"pid":165,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3304,"pid":168,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2792,"pid":33,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":3016,"pid":111,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":45,"fiber_id":2616,"pid":45,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2536,"pid":18,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2872,"pid":126,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2760,"pid":69,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3320,"pid":168,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2904,"pid":75,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2696,"pid":24,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3416,"pid":192,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2872,"pid":105,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3768,"pid":189,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3336,"pid":168,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":69,"fiber_id":2776,"pid":69,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3096,"pid":147,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3016,"pid":162,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2456,"pid":15,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":105,"fiber_id":2904,"pid":105,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2824,"pid":102,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2856,"pid":114,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3400,"pid":120,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2744,"pid":48,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3032,"pid":162,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2840,"pid":102,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3192,"pid":150,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":63,"fiber_id":2872,"pid":63,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":9,"fiber_id":2568,"pid":9,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2808,"pid":33,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":54,"fiber_id":3080,"pid":54,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2712,"pid":24,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2872,"pid":114,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3368,"pid":36,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":111,"fiber_id":3032,"pid":111,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":192,"fiber_id":3432,"pid":192,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3704,"pid":165,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3208,"pid":150,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3784,"pid":189,"subject":"Async::Task","object_id":3792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":3000,"pid":78,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2664,"pid":33,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":2984,"pid":135,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3256,"pid":72,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3352,"pid":168,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2856,"pid":102,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":165,"fiber_id":3720,"pid":165,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":180,"fiber_id":3160,"pid":180,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3112,"pid":147,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3272,"pid":72,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":75,"fiber_id":2920,"pid":75,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3416,"pid":120,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3192,"pid":87,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":189,"fiber_id":3800,"pid":189,"subject":"Async::Task","object_id":3808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2888,"pid":114,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":72,"fiber_id":3288,"pid":72,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3048,"pid":162,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3352,"pid":132,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3000,"pid":135,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":198,"fiber_id":3704,"pid":198,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3224,"pid":150,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3368,"pid":168,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3384,"pid":36,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3640,"pid":183,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3432,"pid":120,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3384,"pid":168,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":3016,"pid":78,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3016,"pid":135,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2888,"pid":126,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2760,"pid":48,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":183,"fiber_id":3656,"pid":183,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3448,"pid":120,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":150,"fiber_id":3240,"pid":150,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2440,"pid":30,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2776,"pid":48,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":15,"fiber_id":2472,"pid":15,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3400,"pid":168,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2680,"pid":33,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3400,"pid":36,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2728,"pid":24,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":3032,"pid":78,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2872,"pid":102,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2552,"pid":18,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2744,"pid":24,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":120,"fiber_id":3464,"pid":120,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3416,"pid":168,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3064,"pid":162,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2888,"pid":102,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3432,"pid":168,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2952,"pid":99,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3032,"pid":135,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2968,"pid":99,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2696,"pid":33,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2904,"pid":102,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":24,"fiber_id":2760,"pid":24,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2712,"pid":33,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":2984,"pid":99,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2904,"pid":114,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2920,"pid":102,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":78,"fiber_id":3048,"pid":78,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3544,"pid":195,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3048,"pid":135,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2824,"pid":33,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2936,"pid":102,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":3000,"pid":99,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":48,"fiber_id":2792,"pid":48,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2728,"pid":33,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2920,"pid":114,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":87,"fiber_id":3208,"pid":87,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3080,"pid":162,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3416,"pid":36,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3368,"pid":132,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3064,"pid":135,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":132,"fiber_id":3384,"pid":132,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":36,"fiber_id":3432,"pid":36,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2840,"pid":33,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3080,"pid":135,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2856,"pid":33,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3096,"pid":135,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2872,"pid":33,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3448,"pid":168,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":102,"fiber_id":2952,"pid":102,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3112,"pid":135,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3128,"pid":135,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2744,"pid":33,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":162,"fiber_id":3096,"pid":162,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2760,"pid":33,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":99,"fiber_id":3016,"pid":99,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2568,"pid":18,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2584,"pid":18,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3144,"pid":135,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2904,"pid":126,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2776,"pid":33,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2456,"pid":30,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2472,"pid":30,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":114,"fiber_id":2936,"pid":114,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":30,"fiber_id":2488,"pid":30,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":126,"fiber_id":2920,"pid":126,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2600,"pid":18,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3560,"pid":195,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3128,"pid":147,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2888,"pid":33,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":168,"fiber_id":3464,"pid":168,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":33,"fiber_id":2904,"pid":33,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3160,"pid":135,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":147,"fiber_id":3144,"pid":147,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3576,"pid":195,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3592,"pid":195,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3608,"pid":195,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2616,"pid":18,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3624,"pid":195,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3640,"pid":195,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3656,"pid":195,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2632,"pid":18,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2648,"pid":18,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":18,"fiber_id":2664,"pid":18,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3672,"pid":195,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3688,"pid":195,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":135,"fiber_id":3176,"pid":135,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3704,"pid":195,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3720,"pid":195,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} -{"time":"2026-05-21T21:13:48+00:00","severity":"warn","process_id":195,"fiber_id":3736,"pid":195,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +[httparena] container log was 15489767 bytes and has been +[httparena] truncated to the last 8000000; a framework that +[httparena] logs per request is usually the cause. + +","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":1928,"pid":39,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2648,"pid":183,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":1944,"pid":90,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":1992,"pid":129,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2136,"pid":93,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2008,"pid":72,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2392,"pid":141,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2488,"pid":156,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2280,"pid":123,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2504,"pid":132,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2664,"pid":162,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1752,"pid":15,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2120,"pid":108,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1832,"pid":36,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1912,"pid":81,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2120,"pid":78,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1784,"pid":27,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1784,"pid":24,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2888,"pid":165,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2008,"pid":60,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":1960,"pid":90,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1848,"pid":36,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1768,"pid":15,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2520,"pid":132,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1928,"pid":81,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2136,"pid":78,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2664,"pid":183,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2136,"pid":108,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2904,"pid":165,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1864,"pid":36,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1784,"pid":15,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3112,"pid":195,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1944,"pid":81,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1800,"pid":75,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":1976,"pid":90,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2808,"pid":177,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2104,"pid":84,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2024,"pid":60,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2280,"pid":111,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2424,"pid":120,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2920,"pid":165,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2008,"pid":138,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2760,"pid":186,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1816,"pid":75,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2152,"pid":93,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2824,"pid":177,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2680,"pid":162,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1800,"pid":15,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2152,"pid":78,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2600,"pid":159,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2040,"pid":60,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3128,"pid":195,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":1992,"pid":90,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2296,"pid":111,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2680,"pid":183,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1880,"pid":36,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1832,"pid":75,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2840,"pid":177,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2120,"pid":84,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1800,"pid":24,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2024,"pid":138,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":2952,"pid":198,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2280,"pid":102,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2696,"pid":183,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2312,"pid":111,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2376,"pid":135,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2056,"pid":60,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2776,"pid":186,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3144,"pid":195,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2136,"pid":84,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":2968,"pid":198,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1848,"pid":18,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2936,"pid":165,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2712,"pid":183,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2328,"pid":111,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1896,"pid":33,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1848,"pid":75,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2152,"pid":96,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1816,"pid":15,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2168,"pid":78,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":1944,"pid":69,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2344,"pid":111,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2552,"pid":153,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1864,"pid":18,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2728,"pid":183,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2184,"pid":78,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1704,"pid":9,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1832,"pid":30,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2952,"pid":165,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2360,"pid":117,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1880,"pid":18,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2616,"pid":159,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2344,"pid":126,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2200,"pid":78,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1592,"pid":42,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2856,"pid":177,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2632,"pid":159,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2312,"pid":144,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2440,"pid":150,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1624,"pid":12,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1896,"pid":36,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2504,"pid":156,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1832,"pid":15,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2360,"pid":111,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2904,"pid":189,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3080,"pid":180,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1640,"pid":12,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1912,"pid":33,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1848,"pid":30,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2920,"pid":189,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2760,"pid":171,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2520,"pid":156,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2168,"pid":99,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3160,"pid":195,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2456,"pid":150,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2968,"pid":165,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2536,"pid":156,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2296,"pid":123,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":2920,"pid":192,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1656,"pid":12,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2568,"pid":153,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3176,"pid":195,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2392,"pid":135,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2168,"pid":96,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2376,"pid":117,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2328,"pid":144,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1864,"pid":75,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2392,"pid":117,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2008,"pid":129,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2152,"pid":108,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2472,"pid":150,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2408,"pid":135,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2184,"pid":96,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2536,"pid":132,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2024,"pid":129,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1672,"pid":12,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2488,"pid":150,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2152,"pid":84,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2776,"pid":171,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2040,"pid":138,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2504,"pid":150,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2312,"pid":123,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2072,"pid":60,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2184,"pid":99,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2792,"pid":171,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2008,"pid":90,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2632,"pid":147,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2024,"pid":57,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2696,"pid":162,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2408,"pid":141,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2424,"pid":135,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1688,"pid":12,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2024,"pid":72,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":1992,"pid":48,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2808,"pid":171,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2888,"pid":174,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2552,"pid":132,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2056,"pid":138,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2040,"pid":57,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2200,"pid":99,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2904,"pid":174,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1912,"pid":63,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":2984,"pid":198,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":1992,"pid":54,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2712,"pid":162,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2024,"pid":90,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2424,"pid":141,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2072,"pid":138,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3000,"pid":198,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1800,"pid":27,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2040,"pid":72,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2040,"pid":90,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2216,"pid":99,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2936,"pid":189,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3016,"pid":198,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2728,"pid":162,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1896,"pid":18,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2568,"pid":132,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2440,"pid":141,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2168,"pid":93,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1864,"pid":30,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1912,"pid":18,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2056,"pid":57,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2680,"pid":168,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2648,"pid":147,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1912,"pid":36,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1816,"pid":24,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2056,"pid":90,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2744,"pid":162,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2552,"pid":156,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2696,"pid":168,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2072,"pid":90,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2184,"pid":93,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2744,"pid":183,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2232,"pid":99,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2440,"pid":120,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1752,"pid":51,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1592,"pid":45,"subject":"Async::Task","object_id":1600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1928,"pid":18,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2760,"pid":183,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1848,"pid":15,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1928,"pid":36,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2792,"pid":186,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2568,"pid":156,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2072,"pid":57,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2088,"pid":60,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":2984,"pid":165,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2072,"pid":66,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3192,"pid":195,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2328,"pid":123,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1944,"pid":18,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2104,"pid":60,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3096,"pid":180,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2376,"pid":111,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1864,"pid":15,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2584,"pid":153,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2296,"pid":102,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2200,"pid":93,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1608,"pid":42,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2088,"pid":57,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2408,"pid":117,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1688,"pid":21,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2088,"pid":66,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2584,"pid":156,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":1960,"pid":69,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1880,"pid":75,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2600,"pid":153,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1880,"pid":30,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1624,"pid":42,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3208,"pid":195,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1960,"pid":18,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1896,"pid":75,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3032,"pid":198,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1944,"pid":36,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2360,"pid":126,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2872,"pid":177,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1928,"pid":33,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2168,"pid":84,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2776,"pid":183,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2200,"pid":96,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3224,"pid":195,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2456,"pid":120,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1912,"pid":75,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2216,"pid":93,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1704,"pid":12,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2424,"pid":117,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2376,"pid":126,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2520,"pid":150,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2184,"pid":84,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2344,"pid":144,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2200,"pid":87,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2296,"pid":114,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1880,"pid":15,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2888,"pid":177,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1944,"pid":33,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2440,"pid":135,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2536,"pid":150,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2360,"pid":144,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2200,"pid":84,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1720,"pid":12,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2808,"pid":186,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2648,"pid":159,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2584,"pid":132,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2904,"pid":177,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2312,"pid":114,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2600,"pid":156,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1928,"pid":75,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1816,"pid":27,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2440,"pid":117,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2360,"pid":105,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1608,"pid":45,"subject":"Async::Task","object_id":1616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2168,"pid":108,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2216,"pid":96,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2616,"pid":153,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2600,"pid":132,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2920,"pid":177,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2328,"pid":114,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2216,"pid":87,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2616,"pid":156,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2008,"pid":48,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2552,"pid":150,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2008,"pid":54,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3240,"pid":195,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1736,"pid":12,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2616,"pid":132,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1832,"pid":24,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2456,"pid":135,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2376,"pid":144,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1832,"pid":27,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1752,"pid":12,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2376,"pid":105,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2568,"pid":150,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2920,"pid":174,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2936,"pid":177,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2232,"pid":87,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1768,"pid":12,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2232,"pid":96,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2472,"pid":135,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2936,"pid":174,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2216,"pid":84,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2456,"pid":141,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1960,"pid":33,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2760,"pid":162,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2120,"pid":60,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1784,"pid":12,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2392,"pid":144,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2248,"pid":96,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2024,"pid":54,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2632,"pid":132,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2584,"pid":150,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1848,"pid":24,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2104,"pid":57,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2648,"pid":132,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2408,"pid":144,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2776,"pid":162,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2952,"pid":174,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3000,"pid":165,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":1944,"pid":39,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2056,"pid":72,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2712,"pid":168,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2136,"pid":60,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2664,"pid":132,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2344,"pid":114,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2040,"pid":54,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1800,"pid":12,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3016,"pid":165,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2120,"pid":57,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":2936,"pid":192,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1640,"pid":42,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1848,"pid":27,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2088,"pid":90,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2952,"pid":189,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2232,"pid":93,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2632,"pid":153,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2824,"pid":186,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2024,"pid":48,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2184,"pid":108,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1864,"pid":24,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2664,"pid":147,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":2952,"pid":192,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3032,"pid":165,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2968,"pid":174,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2264,"pid":96,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":1960,"pid":39,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2312,"pid":102,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2248,"pid":93,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2232,"pid":84,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2344,"pid":123,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3048,"pid":165,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2392,"pid":111,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":2968,"pid":192,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1880,"pid":24,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2472,"pid":120,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2152,"pid":60,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2280,"pid":96,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1768,"pid":51,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":2984,"pid":174,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2600,"pid":150,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1624,"pid":45,"subject":"Async::Task","object_id":1632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1784,"pid":51,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2360,"pid":114,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3000,"pid":174,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2072,"pid":72,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1640,"pid":45,"subject":"Async::Task","object_id":1648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1976,"pid":18,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1960,"pid":81,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1928,"pid":63,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1944,"pid":75,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1720,"pid":9,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2248,"pid":87,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1976,"pid":81,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1960,"pid":75,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2680,"pid":132,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1656,"pid":42,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2392,"pid":105,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2616,"pid":150,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2328,"pid":102,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2088,"pid":72,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1672,"pid":42,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2824,"pid":171,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2488,"pid":135,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":1976,"pid":39,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1864,"pid":27,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1736,"pid":9,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2056,"pid":54,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2248,"pid":99,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1896,"pid":24,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3016,"pid":174,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1944,"pid":63,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2040,"pid":129,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2472,"pid":141,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3048,"pid":198,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":1992,"pid":39,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2664,"pid":159,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2264,"pid":99,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1800,"pid":51,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2248,"pid":84,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1880,"pid":27,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2344,"pid":102,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2136,"pid":57,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1656,"pid":45,"subject":"Async::Task","object_id":1664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2632,"pid":156,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2264,"pid":93,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3256,"pid":195,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1672,"pid":45,"subject":"Async::Task","object_id":1680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1704,"pid":21,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2280,"pid":93,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2152,"pid":57,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2264,"pid":84,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1960,"pid":36,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2840,"pid":171,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2728,"pid":168,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1896,"pid":30,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2792,"pid":183,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2456,"pid":117,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2088,"pid":138,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2392,"pid":126,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2280,"pid":99,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":2984,"pid":192,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2360,"pid":102,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1688,"pid":42,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2472,"pid":117,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2168,"pid":57,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3064,"pid":165,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1976,"pid":36,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3272,"pid":195,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1704,"pid":42,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2296,"pid":93,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1896,"pid":15,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2408,"pid":126,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2296,"pid":99,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1720,"pid":42,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2792,"pid":162,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2104,"pid":66,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1960,"pid":63,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":1992,"pid":36,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2360,"pid":123,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2264,"pid":87,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2488,"pid":120,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1912,"pid":15,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3032,"pid":174,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2040,"pid":48,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1736,"pid":42,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2952,"pid":177,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2008,"pid":39,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2184,"pid":57,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1928,"pid":15,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3048,"pid":174,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2056,"pid":129,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2200,"pid":108,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2968,"pid":177,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2376,"pid":102,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2280,"pid":87,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2200,"pid":57,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2488,"pid":141,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":1992,"pid":81,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2056,"pid":48,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":2984,"pid":177,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2680,"pid":147,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1752,"pid":42,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2296,"pid":87,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2808,"pid":162,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2104,"pid":72,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2504,"pid":120,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1912,"pid":24,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2072,"pid":129,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2744,"pid":168,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2648,"pid":156,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2648,"pid":153,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2424,"pid":144,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1944,"pid":15,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1752,"pid":9,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2856,"pid":171,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3000,"pid":177,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1912,"pid":30,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2216,"pid":57,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2104,"pid":138,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2824,"pid":162,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1976,"pid":63,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3064,"pid":174,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2216,"pid":108,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2120,"pid":138,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2024,"pid":39,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2408,"pid":105,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3000,"pid":192,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2664,"pid":153,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2840,"pid":186,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1976,"pid":75,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1816,"pid":12,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2136,"pid":138,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2008,"pid":81,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1768,"pid":42,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2808,"pid":183,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1928,"pid":24,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1688,"pid":45,"subject":"Async::Task","object_id":1696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2504,"pid":141,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2968,"pid":189,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1960,"pid":15,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2088,"pid":129,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2216,"pid":78,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2312,"pid":87,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1976,"pid":15,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2392,"pid":102,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2488,"pid":117,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2152,"pid":138,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2312,"pid":99,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":1992,"pid":63,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2104,"pid":129,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2008,"pid":36,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2504,"pid":117,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3064,"pid":198,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2824,"pid":183,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2328,"pid":87,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1816,"pid":51,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":1992,"pid":75,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2168,"pid":138,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2312,"pid":93,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2504,"pid":135,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2408,"pid":111,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2328,"pid":99,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2696,"pid":132,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2680,"pid":159,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2184,"pid":138,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3016,"pid":177,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2840,"pid":162,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":1992,"pid":15,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1928,"pid":30,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3080,"pid":165,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2440,"pid":144,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2232,"pid":57,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3016,"pid":192,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3080,"pid":174,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2840,"pid":183,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2296,"pid":96,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2376,"pid":114,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":1992,"pid":18,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2120,"pid":129,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2424,"pid":111,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2408,"pid":102,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2200,"pid":138,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2376,"pid":123,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2632,"pid":150,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2696,"pid":147,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2024,"pid":81,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3080,"pid":198,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2520,"pid":117,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2344,"pid":87,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2520,"pid":135,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2856,"pid":183,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2104,"pid":90,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2008,"pid":18,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2424,"pid":105,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1832,"pid":51,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3096,"pid":165,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2536,"pid":117,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2392,"pid":123,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2040,"pid":39,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2040,"pid":81,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2248,"pid":57,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2712,"pid":132,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2648,"pid":150,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2024,"pid":36,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1784,"pid":42,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2168,"pid":60,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2520,"pid":120,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2056,"pid":81,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3288,"pid":195,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2520,"pid":141,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2040,"pid":36,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2552,"pid":117,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":60,"fiber_id":2184,"pid":60,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2424,"pid":102,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2856,"pid":186,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2056,"pid":36,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2344,"pid":99,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2008,"pid":63,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2664,"pid":150,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3112,"pid":180,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3112,"pid":165,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2120,"pid":72,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3032,"pid":177,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1848,"pid":51,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1704,"pid":45,"subject":"Async::Task","object_id":1712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2120,"pid":66,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1976,"pid":33,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2136,"pid":129,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2216,"pid":138,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1720,"pid":21,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3304,"pid":195,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2872,"pid":186,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3096,"pid":174,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1720,"pid":45,"subject":"Async::Task","object_id":1728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2696,"pid":159,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1944,"pid":30,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2568,"pid":117,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2152,"pid":129,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2232,"pid":138,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2056,"pid":39,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3112,"pid":174,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2232,"pid":78,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1800,"pid":42,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2856,"pid":162,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1768,"pid":9,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2248,"pid":138,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2248,"pid":78,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2008,"pid":15,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2024,"pid":18,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2680,"pid":153,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2168,"pid":129,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1736,"pid":45,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2440,"pid":105,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3320,"pid":195,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2680,"pid":150,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2024,"pid":63,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2264,"pid":78,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2584,"pid":117,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2360,"pid":87,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2312,"pid":96,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2008,"pid":75,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2536,"pid":141,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2264,"pid":138,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2040,"pid":63,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":2984,"pid":189,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1784,"pid":9,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2024,"pid":15,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2072,"pid":36,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3128,"pid":180,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1816,"pid":42,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2280,"pid":138,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1800,"pid":9,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2072,"pid":54,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2024,"pid":75,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1752,"pid":45,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3128,"pid":174,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2120,"pid":90,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2184,"pid":129,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1768,"pid":45,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2696,"pid":150,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2600,"pid":117,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1832,"pid":12,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2056,"pid":63,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3000,"pid":189,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2280,"pid":84,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2040,"pid":75,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2232,"pid":108,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2712,"pid":150,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2552,"pid":141,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2392,"pid":114,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2088,"pid":54,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2360,"pid":99,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2296,"pid":84,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1944,"pid":24,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3144,"pid":180,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2328,"pid":96,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3128,"pid":165,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2136,"pid":90,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2312,"pid":84,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1832,"pid":42,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1848,"pid":12,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2328,"pid":84,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2696,"pid":153,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2712,"pid":147,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2040,"pid":18,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3160,"pid":180,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2872,"pid":171,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2440,"pid":111,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3096,"pid":198,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2152,"pid":90,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3176,"pid":180,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1848,"pid":42,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2136,"pid":66,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2888,"pid":171,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2456,"pid":111,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2248,"pid":108,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3144,"pid":165,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2440,"pid":102,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2056,"pid":75,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2296,"pid":138,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3144,"pid":174,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2344,"pid":96,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3112,"pid":198,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2872,"pid":183,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2376,"pid":99,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2712,"pid":159,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2760,"pid":168,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2040,"pid":15,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2280,"pid":78,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1864,"pid":12,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2056,"pid":18,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3032,"pid":192,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2312,"pid":138,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2536,"pid":135,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2200,"pid":129,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3160,"pid":165,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1960,"pid":30,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2296,"pid":78,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2072,"pid":18,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3128,"pid":198,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1816,"pid":9,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":1976,"pid":69,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2152,"pid":66,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2456,"pid":144,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2344,"pid":84,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3048,"pid":177,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2888,"pid":186,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2088,"pid":18,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2056,"pid":15,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2216,"pid":129,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2664,"pid":156,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2728,"pid":159,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1864,"pid":42,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2776,"pid":168,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2104,"pid":18,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3336,"pid":195,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2424,"pid":126,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2312,"pid":78,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2072,"pid":48,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3144,"pid":198,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3192,"pid":180,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2792,"pid":168,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2360,"pid":96,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2104,"pid":54,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2232,"pid":129,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2328,"pid":138,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2168,"pid":66,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2328,"pid":78,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2552,"pid":135,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2904,"pid":186,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1736,"pid":21,"subject":"Async::Task","object_id":1744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2808,"pid":168,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1784,"pid":45,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2072,"pid":63,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1960,"pid":24,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2376,"pid":87,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2344,"pid":138,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":1992,"pid":69,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3064,"pid":177,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1832,"pid":9,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2120,"pid":18,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3048,"pid":192,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2824,"pid":168,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":171,"fiber_id":2904,"pid":171,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2264,"pid":57,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2328,"pid":93,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2248,"pid":129,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2536,"pid":120,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2008,"pid":69,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1752,"pid":21,"subject":"Async::Task","object_id":1760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":1992,"pid":33,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2568,"pid":135,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3080,"pid":177,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2680,"pid":156,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2072,"pid":75,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2264,"pid":129,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2072,"pid":39,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3096,"pid":177,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2728,"pid":147,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2728,"pid":150,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3064,"pid":192,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2024,"pid":69,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2280,"pid":57,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2072,"pid":81,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3176,"pid":165,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3160,"pid":174,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2840,"pid":168,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2088,"pid":48,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2136,"pid":72,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1976,"pid":24,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2280,"pid":129,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3176,"pid":174,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2168,"pid":90,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3160,"pid":198,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1848,"pid":9,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2152,"pid":72,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2552,"pid":120,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2136,"pid":18,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2408,"pid":114,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2344,"pid":78,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2888,"pid":183,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2184,"pid":66,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":27,"fiber_id":1896,"pid":27,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2472,"pid":144,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2472,"pid":111,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2088,"pid":63,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1880,"pid":42,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2376,"pid":96,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1864,"pid":51,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2088,"pid":39,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2920,"pid":186,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2872,"pid":162,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1880,"pid":51,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2712,"pid":153,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2120,"pid":54,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2888,"pid":162,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2360,"pid":78,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2008,"pid":33,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3016,"pid":189,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2728,"pid":153,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2088,"pid":75,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1800,"pid":45,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3032,"pid":189,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2440,"pid":126,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2040,"pid":69,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1768,"pid":21,"subject":"Async::Task","object_id":1776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2392,"pid":99,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2296,"pid":129,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2856,"pid":168,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2728,"pid":132,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2872,"pid":168,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2200,"pid":66,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2296,"pid":57,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1976,"pid":30,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2392,"pid":87,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2088,"pid":81,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2424,"pid":114,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2488,"pid":111,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2936,"pid":186,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2904,"pid":162,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2152,"pid":18,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2024,"pid":33,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2456,"pid":126,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3080,"pid":192,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2392,"pid":96,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2264,"pid":108,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2136,"pid":54,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":51,"fiber_id":1896,"pid":51,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2056,"pid":69,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2408,"pid":96,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2312,"pid":129,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1784,"pid":21,"subject":"Async::Task","object_id":1792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2376,"pid":78,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2216,"pid":66,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2456,"pid":105,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1864,"pid":9,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1800,"pid":21,"subject":"Async::Task","object_id":1808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2088,"pid":36,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3112,"pid":177,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2472,"pid":126,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2920,"pid":162,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3096,"pid":192,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2360,"pid":84,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3192,"pid":165,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2472,"pid":105,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2952,"pid":186,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1880,"pid":9,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2488,"pid":126,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1880,"pid":12,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2504,"pid":111,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2744,"pid":147,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2104,"pid":63,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2408,"pid":87,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2888,"pid":168,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2744,"pid":153,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2408,"pid":123,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2904,"pid":183,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2104,"pid":48,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2968,"pid":186,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":1992,"pid":30,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2488,"pid":105,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2744,"pid":150,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2760,"pid":153,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2904,"pid":168,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2312,"pid":57,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2920,"pid":183,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2936,"pid":183,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2936,"pid":162,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":1992,"pid":24,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2920,"pid":168,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2952,"pid":162,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2696,"pid":156,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2584,"pid":135,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2280,"pid":108,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2440,"pid":114,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2008,"pid":24,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2104,"pid":36,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2104,"pid":81,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3048,"pid":189,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3208,"pid":180,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2296,"pid":108,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2072,"pid":69,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2184,"pid":90,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2120,"pid":36,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2168,"pid":72,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2168,"pid":18,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2024,"pid":24,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3224,"pid":180,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2744,"pid":159,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2968,"pid":162,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1816,"pid":21,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2344,"pid":93,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2312,"pid":108,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2136,"pid":36,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2504,"pid":126,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2040,"pid":24,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3064,"pid":189,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2328,"pid":57,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2456,"pid":114,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2184,"pid":72,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2328,"pid":108,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":2984,"pid":186,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2120,"pid":63,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2200,"pid":72,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2520,"pid":111,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2424,"pid":87,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3080,"pid":189,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2760,"pid":150,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2472,"pid":114,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2040,"pid":33,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2408,"pid":99,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1816,"pid":45,"subject":"Async::Task","object_id":1824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2120,"pid":81,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2744,"pid":132,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2536,"pid":111,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2568,"pid":120,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2152,"pid":54,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2456,"pid":102,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2760,"pid":159,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2424,"pid":96,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2008,"pid":30,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2088,"pid":69,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2776,"pid":153,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2072,"pid":15,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2104,"pid":39,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2712,"pid":156,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2552,"pid":111,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2392,"pid":78,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2024,"pid":30,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2488,"pid":144,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2424,"pid":99,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2184,"pid":18,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3240,"pid":180,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1832,"pid":45,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2488,"pid":114,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2136,"pid":63,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2568,"pid":141,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2328,"pid":129,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2360,"pid":93,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2728,"pid":156,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2376,"pid":84,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2344,"pid":57,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2440,"pid":87,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2360,"pid":138,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2600,"pid":135,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2136,"pid":81,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2344,"pid":108,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2472,"pid":102,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3176,"pid":198,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2216,"pid":18,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2568,"pid":111,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2632,"pid":120,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2392,"pid":84,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2424,"pid":78,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1848,"pid":45,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2104,"pid":69,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2376,"pid":93,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3112,"pid":192,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3208,"pid":165,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3256,"pid":180,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3096,"pid":189,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2056,"pid":24,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2152,"pid":36,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2488,"pid":87,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2232,"pid":66,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2936,"pid":168,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2488,"pid":102,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2216,"pid":72,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2504,"pid":96,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2408,"pid":84,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2360,"pid":57,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2616,"pid":135,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2776,"pid":159,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2760,"pid":147,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2168,"pid":54,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3128,"pid":192,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2168,"pid":36,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2376,"pid":57,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2184,"pid":54,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2248,"pid":66,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1896,"pid":12,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2152,"pid":63,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2760,"pid":132,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2120,"pid":48,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2392,"pid":57,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2264,"pid":66,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2952,"pid":183,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2392,"pid":93,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2200,"pid":90,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2744,"pid":156,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2360,"pid":108,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2216,"pid":90,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2584,"pid":120,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2120,"pid":69,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2424,"pid":123,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":18,"fiber_id":2200,"pid":18,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2504,"pid":105,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1960,"pid":12,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2792,"pid":159,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2792,"pid":147,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3144,"pid":192,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2184,"pid":39,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2968,"pid":183,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2952,"pid":168,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2440,"pid":96,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2088,"pid":15,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2408,"pid":78,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2776,"pid":132,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2232,"pid":90,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2760,"pid":156,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2280,"pid":66,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2648,"pid":120,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2552,"pid":105,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1864,"pid":45,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2200,"pid":39,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2520,"pid":96,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3224,"pid":165,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2056,"pid":33,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2968,"pid":168,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2792,"pid":153,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2664,"pid":120,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2792,"pid":132,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2456,"pid":87,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2440,"pid":78,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3352,"pid":195,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":2984,"pid":183,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1912,"pid":45,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2104,"pid":75,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2536,"pid":96,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2072,"pid":24,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3000,"pid":186,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2504,"pid":102,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2296,"pid":66,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2680,"pid":120,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1928,"pid":45,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2504,"pid":87,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2840,"pid":153,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2472,"pid":87,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":2984,"pid":168,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2072,"pid":33,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2504,"pid":123,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3016,"pid":186,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2584,"pid":111,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2312,"pid":66,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2152,"pid":75,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2456,"pid":78,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2808,"pid":132,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2216,"pid":39,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2568,"pid":105,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2152,"pid":81,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2856,"pid":153,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1896,"pid":42,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2088,"pid":33,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2152,"pid":48,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2616,"pid":111,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2248,"pid":90,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2872,"pid":153,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1944,"pid":45,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":3000,"pid":183,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2104,"pid":33,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2088,"pid":24,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2520,"pid":102,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3448,"pid":195,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2632,"pid":111,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2616,"pid":117,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":165,"fiber_id":3240,"pid":165,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2424,"pid":84,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":2984,"pid":162,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3160,"pid":192,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1912,"pid":42,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2104,"pid":15,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3032,"pid":186,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2536,"pid":102,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2648,"pid":111,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2888,"pid":153,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2520,"pid":123,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1960,"pid":45,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2168,"pid":81,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2536,"pid":114,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2776,"pid":156,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2104,"pid":24,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2168,"pid":63,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":3016,"pid":162,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2120,"pid":33,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2248,"pid":72,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2616,"pid":141,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1976,"pid":45,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2584,"pid":114,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3192,"pid":174,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2168,"pid":75,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1896,"pid":9,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2184,"pid":63,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2184,"pid":81,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2520,"pid":126,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2136,"pid":33,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":135,"fiber_id":2632,"pid":135,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2520,"pid":87,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2200,"pid":63,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2232,"pid":39,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":87,"fiber_id":2536,"pid":87,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2456,"pid":96,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2152,"pid":39,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":111,"fiber_id":2600,"pid":111,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2824,"pid":132,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":24,"fiber_id":2120,"pid":24,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2264,"pid":90,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2344,"pid":129,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2488,"pid":96,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2584,"pid":105,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2504,"pid":144,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2040,"pid":30,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2536,"pid":105,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":63,"fiber_id":2216,"pid":63,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2792,"pid":156,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":3000,"pid":162,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2552,"pid":102,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2808,"pid":153,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1880,"pid":45,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1896,"pid":45,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2824,"pid":153,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2408,"pid":57,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3208,"pid":174,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3368,"pid":195,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2264,"pid":39,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2728,"pid":117,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":69,"fiber_id":2136,"pid":69,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2120,"pid":15,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2808,"pid":156,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2280,"pid":90,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2184,"pid":75,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2168,"pid":39,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2136,"pid":75,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2184,"pid":36,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2600,"pid":105,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":66,"fiber_id":2328,"pid":66,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2296,"pid":90,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2568,"pid":102,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2152,"pid":33,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2360,"pid":129,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2568,"pid":96,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2616,"pid":105,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3048,"pid":186,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":78,"fiber_id":2472,"pid":78,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2904,"pid":153,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3464,"pid":195,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2520,"pid":144,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2232,"pid":72,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2600,"pid":120,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2776,"pid":147,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1944,"pid":9,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2136,"pid":15,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":162,"fiber_id":3032,"pid":162,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3224,"pid":174,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2776,"pid":150,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2440,"pid":84,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3064,"pid":186,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2600,"pid":114,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3240,"pid":174,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2424,"pid":57,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":174,"fiber_id":3256,"pid":174,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2584,"pid":102,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2200,"pid":81,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2136,"pid":30,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2200,"pid":54,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2184,"pid":33,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3128,"pid":177,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2312,"pid":90,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2920,"pid":153,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2552,"pid":114,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2440,"pid":57,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":84,"fiber_id":2456,"pid":84,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":168,"fiber_id":3000,"pid":168,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":147,"fiber_id":2808,"pid":147,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2536,"pid":144,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1960,"pid":9,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2936,"pid":153,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2744,"pid":117,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3336,"pid":177,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2872,"pid":150,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2200,"pid":75,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":36,"fiber_id":2200,"pid":36,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2632,"pid":105,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3080,"pid":186,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":3016,"pid":183,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2248,"pid":81,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":102,"fiber_id":2600,"pid":102,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2840,"pid":132,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3400,"pid":195,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2200,"pid":33,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3432,"pid":195,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3384,"pid":195,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":195,"fiber_id":3416,"pid":195,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2888,"pid":150,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2552,"pid":96,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2472,"pid":96,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2120,"pid":39,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1976,"pid":9,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1912,"pid":12,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2536,"pid":123,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2248,"pid":39,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1832,"pid":21,"subject":"Async::Task","object_id":1840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2440,"pid":99,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2136,"pid":39,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2136,"pid":48,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2664,"pid":114,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2216,"pid":33,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3176,"pid":192,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2904,"pid":150,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1992,"pid":9,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2264,"pid":54,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2408,"pid":93,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2280,"pid":54,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":144,"fiber_id":2552,"pid":144,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":2008,"pid":9,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2328,"pid":90,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2200,"pid":48,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2616,"pid":123,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2456,"pid":123,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3240,"pid":192,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2520,"pid":105,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2296,"pid":54,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1928,"pid":21,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":3032,"pid":183,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":57,"fiber_id":2456,"pid":57,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2440,"pid":93,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":132,"fiber_id":2856,"pid":132,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2056,"pid":30,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2376,"pid":138,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2760,"pid":117,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2312,"pid":54,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3096,"pid":186,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2456,"pid":93,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2952,"pid":153,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2456,"pid":99,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2472,"pid":123,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2792,"pid":150,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3352,"pid":177,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2328,"pid":54,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2632,"pid":123,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2696,"pid":120,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2120,"pid":75,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2808,"pid":150,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3160,"pid":177,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2648,"pid":123,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3256,"pid":192,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2472,"pid":93,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2072,"pid":30,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":15,"fiber_id":2152,"pid":15,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":72,"fiber_id":2264,"pid":72,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1928,"pid":9,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2648,"pid":141,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":9,"fiber_id":1912,"pid":9,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":105,"fiber_id":2648,"pid":105,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3128,"pid":186,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2824,"pid":150,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2472,"pid":99,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2824,"pid":156,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1928,"pid":42,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3112,"pid":189,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2664,"pid":123,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2152,"pid":30,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2664,"pid":117,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2392,"pid":138,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2840,"pid":150,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2168,"pid":30,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":156,"fiber_id":2840,"pid":156,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2776,"pid":117,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2968,"pid":153,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2680,"pid":114,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2408,"pid":138,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":1992,"pid":45,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2760,"pid":141,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2184,"pid":30,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2216,"pid":54,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2536,"pid":126,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2712,"pid":120,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":39,"fiber_id":2280,"pid":39,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2232,"pid":54,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":2008,"pid":45,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":96,"fiber_id":2584,"pid":96,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2248,"pid":54,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":120,"fiber_id":2616,"pid":120,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1944,"pid":12,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2376,"pid":108,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2264,"pid":81,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3272,"pid":180,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2680,"pid":117,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2808,"pid":159,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3208,"pid":189,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2776,"pid":141,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2344,"pid":90,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3112,"pid":186,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":183,"fiber_id":3048,"pid":183,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2696,"pid":117,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2312,"pid":81,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2568,"pid":126,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2344,"pid":54,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2712,"pid":117,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2216,"pid":48,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":150,"fiber_id":2856,"pid":150,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":2008,"pid":12,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2488,"pid":93,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2168,"pid":33,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2632,"pid":117,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2232,"pid":81,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":117,"fiber_id":2648,"pid":117,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2088,"pid":30,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2840,"pid":159,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":2024,"pid":12,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3176,"pid":177,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3192,"pid":198,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1848,"pid":21,"subject":"Async::Task","object_id":1856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2488,"pid":123,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3192,"pid":177,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":186,"fiber_id":3144,"pid":186,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1864,"pid":21,"subject":"Async::Task","object_id":1872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2504,"pid":93,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2568,"pid":114,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2856,"pid":159,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":126,"fiber_id":2552,"pid":126,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2360,"pid":90,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2504,"pid":114,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":54,"fiber_id":2360,"pid":54,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2232,"pid":33,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2328,"pid":81,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3192,"pid":192,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3368,"pid":180,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":2040,"pid":12,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1944,"pid":21,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2552,"pid":123,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2376,"pid":129,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2568,"pid":123,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2104,"pid":30,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2216,"pid":75,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2872,"pid":159,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3208,"pid":192,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2888,"pid":159,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2584,"pid":123,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2200,"pid":30,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2600,"pid":123,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":123,"fiber_id":2440,"pid":123,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2696,"pid":114,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3128,"pid":189,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2424,"pid":138,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":30,"fiber_id":2120,"pid":30,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2632,"pid":141,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1928,"pid":12,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1976,"pid":12,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2712,"pid":114,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":12,"fiber_id":1992,"pid":12,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2168,"pid":48,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":192,"fiber_id":3224,"pid":192,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3384,"pid":177,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2616,"pid":114,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1880,"pid":21,"subject":"Async::Task","object_id":1888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2584,"pid":141,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2232,"pid":48,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2664,"pid":141,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2424,"pid":93,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1896,"pid":21,"subject":"Async::Task","object_id":1904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":21,"fiber_id":1912,"pid":21,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3144,"pid":189,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2440,"pid":138,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":153,"fiber_id":2984,"pid":153,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2632,"pid":114,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2680,"pid":141,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2696,"pid":141,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2600,"pid":141,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2712,"pid":141,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2728,"pid":141,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3160,"pid":189,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":141,"fiber_id":2744,"pid":141,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3208,"pid":198,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2520,"pid":93,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3176,"pid":189,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2392,"pid":108,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":189,"fiber_id":3192,"pid":189,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":2024,"pid":45,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":48,"fiber_id":2184,"pid":48,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2456,"pid":138,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":159,"fiber_id":2824,"pid":159,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2280,"pid":81,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":93,"fiber_id":2536,"pid":93,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3224,"pid":198,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2296,"pid":81,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3240,"pid":198,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2488,"pid":99,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3256,"pid":198,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3272,"pid":198,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":81,"fiber_id":2216,"pid":81,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3288,"pid":180,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3288,"pid":198,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3304,"pid":198,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3320,"pid":198,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3336,"pid":198,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":198,"fiber_id":3352,"pid":198,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2392,"pid":129,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3304,"pid":180,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2648,"pid":114,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":114,"fiber_id":2520,"pid":114,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2504,"pid":99,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2408,"pid":108,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1944,"pid":42,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3320,"pid":180,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":2040,"pid":45,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2424,"pid":108,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2440,"pid":108,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":108,"fiber_id":2456,"pid":108,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3336,"pid":180,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2520,"pid":99,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":180,"fiber_id":3352,"pid":180,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":75,"fiber_id":2232,"pid":75,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":42,"fiber_id":1960,"pid":42,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2472,"pid":138,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3400,"pid":177,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":90,"fiber_id":2376,"pid":90,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2248,"pid":33,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2264,"pid":33,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2408,"pid":129,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3208,"pid":177,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3224,"pid":177,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":33,"fiber_id":2280,"pid":33,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3240,"pid":177,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3256,"pid":177,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2424,"pid":129,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2536,"pid":99,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2552,"pid":99,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2568,"pid":99,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2440,"pid":129,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":138,"fiber_id":2488,"pid":138,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":129,"fiber_id":2456,"pid":129,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2584,"pid":99,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3416,"pid":177,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2600,"pid":99,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":2056,"pid":45,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3432,"pid":177,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2616,"pid":99,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":45,"fiber_id":2072,"pid":45,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2632,"pid":99,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3448,"pid":177,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3272,"pid":177,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3288,"pid":177,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2648,"pid":99,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3304,"pid":177,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3464,"pid":177,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3480,"pid":177,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3320,"pid":177,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3368,"pid":177,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":177,"fiber_id":3144,"pid":177,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2664,"pid":99,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:27+00:00","severity":"warn","process_id":99,"fiber_id":2680,"pid":99,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3272,"pid":192,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1912,"pid":51,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3048,"pid":162,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3496,"pid":177,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2680,"pid":123,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3000,"pid":153,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2296,"pid":39,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3512,"pid":177,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2696,"pid":123,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3064,"pid":162,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2792,"pid":141,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2248,"pid":48,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2872,"pid":132,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2888,"pid":132,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2904,"pid":132,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2920,"pid":132,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2936,"pid":132,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2952,"pid":132,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2168,"pid":15,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2968,"pid":132,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2552,"pid":87,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3528,"pid":177,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":2984,"pid":132,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2600,"pid":96,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3256,"pid":165,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3000,"pid":132,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3016,"pid":132,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3272,"pid":174,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2808,"pid":141,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3032,"pid":132,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3288,"pid":174,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2824,"pid":141,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3048,"pid":132,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3224,"pid":189,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3064,"pid":132,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3016,"pid":168,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3080,"pid":132,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3240,"pid":189,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2136,"pid":24,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2472,"pid":129,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3032,"pid":168,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3096,"pid":132,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2488,"pid":129,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2152,"pid":24,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3256,"pid":189,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3112,"pid":132,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3048,"pid":168,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3480,"pid":195,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2824,"pid":147,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2232,"pid":63,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3496,"pid":195,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2056,"pid":12,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3272,"pid":189,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2200,"pid":60,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2904,"pid":159,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2664,"pid":111,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2728,"pid":120,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2248,"pid":63,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2472,"pid":57,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2216,"pid":30,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2280,"pid":72,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3128,"pid":132,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2072,"pid":12,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3144,"pid":132,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2312,"pid":39,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2216,"pid":60,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2680,"pid":111,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2744,"pid":120,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":1976,"pid":42,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2488,"pid":57,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3160,"pid":132,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2088,"pid":12,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2504,"pid":129,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2552,"pid":93,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2760,"pid":120,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2504,"pid":57,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3176,"pid":132,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":1992,"pid":42,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2104,"pid":12,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3288,"pid":192,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2776,"pid":120,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2648,"pid":135,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3192,"pid":132,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2008,"pid":42,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3368,"pid":198,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3208,"pid":132,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3224,"pid":132,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2568,"pid":93,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2168,"pid":24,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3240,"pid":132,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2696,"pid":99,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2248,"pid":75,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2296,"pid":33,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3288,"pid":189,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2712,"pid":123,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2728,"pid":114,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3256,"pid":132,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2712,"pid":99,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2664,"pid":105,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2792,"pid":120,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2312,"pid":33,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1912,"pid":27,"subject":"Async::Task","object_id":1920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3304,"pid":174,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2792,"pid":117,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3272,"pid":132,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2328,"pid":33,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":2920,"pid":171,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2808,"pid":117,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1928,"pid":51,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2344,"pid":33,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2616,"pid":96,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3304,"pid":192,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2184,"pid":15,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2264,"pid":63,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2264,"pid":48,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2664,"pid":135,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3016,"pid":153,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3320,"pid":174,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2728,"pid":123,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2824,"pid":117,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2472,"pid":84,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2344,"pid":81,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2504,"pid":138,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1944,"pid":51,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2280,"pid":48,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2680,"pid":135,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3512,"pid":195,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2232,"pid":18,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2088,"pid":45,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2360,"pid":33,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2696,"pid":111,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2392,"pid":90,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3304,"pid":189,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2584,"pid":93,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3160,"pid":186,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2728,"pid":99,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2520,"pid":129,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2024,"pid":42,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2328,"pid":39,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3176,"pid":186,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3320,"pid":189,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2920,"pid":159,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2632,"pid":96,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3064,"pid":168,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3032,"pid":153,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2232,"pid":60,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2840,"pid":141,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2248,"pid":18,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2536,"pid":129,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3080,"pid":168,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2296,"pid":48,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2248,"pid":60,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":2936,"pid":171,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3192,"pid":186,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2568,"pid":144,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2264,"pid":18,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3288,"pid":132,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2840,"pid":117,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3320,"pid":192,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2024,"pid":9,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2264,"pid":75,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2488,"pid":78,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2472,"pid":108,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2408,"pid":90,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2520,"pid":57,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":2952,"pid":171,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2296,"pid":72,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2856,"pid":156,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3064,"pid":183,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2584,"pid":126,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2584,"pid":144,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2488,"pid":108,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2712,"pid":111,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2120,"pid":12,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2264,"pid":60,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2040,"pid":42,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3048,"pid":153,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2216,"pid":36,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2200,"pid":15,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":2920,"pid":150,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3384,"pid":198,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3304,"pid":132,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2744,"pid":99,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2344,"pid":39,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2936,"pid":159,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2152,"pid":69,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3336,"pid":189,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2728,"pid":111,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1960,"pid":51,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":1960,"pid":21,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2376,"pid":33,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2952,"pid":159,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2760,"pid":99,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2872,"pid":156,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3320,"pid":132,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2280,"pid":60,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2168,"pid":69,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2376,"pid":54,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3096,"pid":168,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2056,"pid":42,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2296,"pid":60,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3080,"pid":162,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3096,"pid":162,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3352,"pid":189,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3112,"pid":162,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3368,"pid":189,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2744,"pid":114,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2280,"pid":75,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1976,"pid":51,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3384,"pid":180,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3128,"pid":162,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3112,"pid":168,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2280,"pid":63,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3544,"pid":177,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2424,"pid":90,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3128,"pid":168,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2184,"pid":24,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2600,"pid":144,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2968,"pid":159,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2232,"pid":36,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2136,"pid":12,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2200,"pid":24,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2856,"pid":141,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3528,"pid":195,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":2984,"pid":159,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2744,"pid":111,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2696,"pid":135,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2808,"pid":120,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2216,"pid":24,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3384,"pid":189,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3000,"pid":159,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2856,"pid":117,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3208,"pid":186,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2616,"pid":102,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2760,"pid":111,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2712,"pid":135,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2232,"pid":24,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2616,"pid":144,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3400,"pid":189,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2360,"pid":81,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3016,"pid":159,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3224,"pid":186,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2728,"pid":135,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2744,"pid":123,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2248,"pid":36,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2152,"pid":12,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2568,"pid":87,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2040,"pid":9,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2632,"pid":102,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":2936,"pid":150,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2744,"pid":135,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2392,"pid":33,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2296,"pid":75,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3272,"pid":165,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":2952,"pid":150,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2680,"pid":105,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2648,"pid":102,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2296,"pid":63,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3032,"pid":159,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2072,"pid":42,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2248,"pid":24,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2776,"pid":111,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2392,"pid":54,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3416,"pid":189,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2312,"pid":48,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2312,"pid":63,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2088,"pid":42,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2824,"pid":120,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2536,"pid":57,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2632,"pid":144,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2328,"pid":48,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1928,"pid":27,"subject":"Async::Task","object_id":1936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3240,"pid":186,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2264,"pid":36,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2600,"pid":93,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2344,"pid":48,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2312,"pid":60,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2312,"pid":75,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2280,"pid":36,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2440,"pid":90,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2104,"pid":42,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2872,"pid":141,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2520,"pid":138,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2616,"pid":93,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2760,"pid":114,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2872,"pid":117,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2632,"pid":93,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3560,"pid":177,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2408,"pid":33,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2648,"pid":93,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3576,"pid":177,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2584,"pid":87,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":1992,"pid":51,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2456,"pid":90,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2664,"pid":93,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2552,"pid":129,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2600,"pid":126,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2600,"pid":87,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3256,"pid":186,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2472,"pid":90,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3592,"pid":177,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2696,"pid":105,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3336,"pid":174,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2888,"pid":141,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2488,"pid":90,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3272,"pid":186,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3080,"pid":183,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2680,"pid":93,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2264,"pid":24,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2296,"pid":36,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3288,"pid":165,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2504,"pid":90,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3288,"pid":186,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2712,"pid":105,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2904,"pid":141,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2760,"pid":123,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3432,"pid":189,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2520,"pid":90,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2424,"pid":33,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2008,"pid":51,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2840,"pid":147,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2216,"pid":15,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2168,"pid":12,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2888,"pid":117,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2280,"pid":24,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2504,"pid":108,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2664,"pid":102,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2312,"pid":72,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2920,"pid":141,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3048,"pid":159,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3400,"pid":198,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2776,"pid":114,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3144,"pid":168,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2840,"pid":120,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2536,"pid":90,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2504,"pid":78,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2520,"pid":108,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3064,"pid":159,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2376,"pid":81,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2360,"pid":39,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2728,"pid":105,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2024,"pid":51,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2184,"pid":12,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2536,"pid":108,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2232,"pid":15,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3448,"pid":189,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3080,"pid":159,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2536,"pid":138,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3544,"pid":195,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2376,"pid":39,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2040,"pid":51,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2328,"pid":63,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3064,"pid":153,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2328,"pid":72,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3464,"pid":189,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2328,"pid":60,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3304,"pid":165,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":1976,"pid":21,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3352,"pid":174,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2856,"pid":120,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3560,"pid":195,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2392,"pid":39,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2056,"pid":51,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2328,"pid":75,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2888,"pid":156,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2792,"pid":111,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2344,"pid":66,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2696,"pid":93,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2408,"pid":39,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2792,"pid":114,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2552,"pid":108,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3320,"pid":165,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3144,"pid":162,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2808,"pid":111,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2072,"pid":51,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2360,"pid":66,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2120,"pid":42,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2200,"pid":12,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2824,"pid":111,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3304,"pid":186,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2856,"pid":147,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2568,"pid":129,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2904,"pid":117,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":1992,"pid":21,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2616,"pid":87,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2552,"pid":138,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3096,"pid":183,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2616,"pid":126,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2184,"pid":69,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2680,"pid":102,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1944,"pid":27,"subject":"Async::Task","object_id":1952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2776,"pid":99,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2632,"pid":87,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2808,"pid":114,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2088,"pid":51,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3416,"pid":198,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2408,"pid":54,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3096,"pid":159,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2872,"pid":120,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2104,"pid":45,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2280,"pid":18,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2488,"pid":84,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3368,"pid":174,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2392,"pid":81,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3320,"pid":186,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2872,"pid":147,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2104,"pid":51,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2568,"pid":138,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2344,"pid":60,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2632,"pid":126,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2344,"pid":72,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2232,"pid":30,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3336,"pid":186,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2120,"pid":51,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3432,"pid":198,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2888,"pid":120,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2920,"pid":117,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2904,"pid":120,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":2968,"pid":150,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2776,"pid":123,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2504,"pid":84,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":2968,"pid":171,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2648,"pid":126,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2360,"pid":72,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2888,"pid":147,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3352,"pid":186,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2648,"pid":96,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2648,"pid":144,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2904,"pid":147,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3080,"pid":153,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2376,"pid":72,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3368,"pid":186,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2136,"pid":42,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2920,"pid":120,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2648,"pid":87,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":2984,"pid":150,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2376,"pid":66,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2408,"pid":81,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2568,"pid":108,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2424,"pid":54,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2744,"pid":105,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2792,"pid":99,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3096,"pid":153,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2296,"pid":18,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3400,"pid":180,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2296,"pid":24,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1960,"pid":27,"subject":"Async::Task","object_id":1968,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3576,"pid":195,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2936,"pid":141,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2360,"pid":48,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3336,"pid":192,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3416,"pid":180,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2344,"pid":75,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3384,"pid":174,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2424,"pid":81,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3480,"pid":189,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2552,"pid":57,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2936,"pid":117,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2904,"pid":156,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2360,"pid":60,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2712,"pid":93,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2344,"pid":63,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2584,"pid":129,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2056,"pid":9,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2824,"pid":114,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2312,"pid":24,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2312,"pid":36,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3608,"pid":177,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2200,"pid":69,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2696,"pid":102,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3496,"pid":189,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3112,"pid":183,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2760,"pid":135,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3352,"pid":192,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2760,"pid":105,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2520,"pid":84,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1976,"pid":27,"subject":"Async::Task","object_id":1984,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3336,"pid":165,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2360,"pid":75,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3624,"pid":177,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2360,"pid":63,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2712,"pid":102,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2376,"pid":60,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3112,"pid":153,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2952,"pid":141,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2584,"pid":108,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3160,"pid":162,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":2984,"pid":171,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3000,"pid":150,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2728,"pid":93,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2840,"pid":114,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2216,"pid":69,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2392,"pid":60,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2568,"pid":57,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2664,"pid":126,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2664,"pid":96,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2232,"pid":69,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3448,"pid":198,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2152,"pid":42,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2136,"pid":51,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2536,"pid":84,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3640,"pid":177,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2920,"pid":147,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2440,"pid":81,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3128,"pid":183,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2120,"pid":45,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3368,"pid":192,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2408,"pid":60,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2072,"pid":9,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2792,"pid":123,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2248,"pid":30,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2664,"pid":144,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3128,"pid":153,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2600,"pid":108,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3016,"pid":150,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2008,"pid":21,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3176,"pid":162,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2440,"pid":54,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2328,"pid":36,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2424,"pid":60,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3336,"pid":132,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2024,"pid":21,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2264,"pid":30,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":129,"fiber_id":2600,"pid":129,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2808,"pid":123,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2440,"pid":60,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2680,"pid":96,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2280,"pid":30,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2680,"pid":144,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2248,"pid":15,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3384,"pid":186,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":1992,"pid":27,"subject":"Async::Task","object_id":2000,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2248,"pid":69,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3144,"pid":153,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2376,"pid":48,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2392,"pid":72,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2312,"pid":18,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3144,"pid":183,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2552,"pid":90,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2520,"pid":78,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2584,"pid":57,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2344,"pid":36,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2456,"pid":81,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2424,"pid":39,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2216,"pid":12,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3352,"pid":165,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2936,"pid":120,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3000,"pid":171,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2152,"pid":51,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2408,"pid":72,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2536,"pid":78,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2296,"pid":30,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2584,"pid":138,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3400,"pid":186,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2168,"pid":42,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2776,"pid":135,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2936,"pid":147,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2456,"pid":54,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2552,"pid":78,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2392,"pid":66,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3192,"pid":162,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3432,"pid":180,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3464,"pid":198,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2728,"pid":102,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2952,"pid":120,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2456,"pid":60,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2952,"pid":117,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2792,"pid":135,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3112,"pid":159,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2088,"pid":9,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2696,"pid":96,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3480,"pid":198,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2552,"pid":84,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3512,"pid":189,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3160,"pid":183,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3016,"pid":171,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2744,"pid":102,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2104,"pid":9,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3368,"pid":165,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2184,"pid":42,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2824,"pid":123,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2568,"pid":90,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2696,"pid":144,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2840,"pid":111,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3032,"pid":150,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2920,"pid":156,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2584,"pid":90,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3400,"pid":174,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2440,"pid":39,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2968,"pid":117,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2840,"pid":123,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2472,"pid":81,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3160,"pid":168,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2856,"pid":114,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2136,"pid":45,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3176,"pid":183,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2600,"pid":57,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2472,"pid":54,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2936,"pid":156,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3496,"pid":198,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3208,"pid":162,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2744,"pid":93,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2760,"pid":102,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":2984,"pid":117,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2360,"pid":36,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3128,"pid":159,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2952,"pid":147,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2120,"pid":9,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2232,"pid":12,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2968,"pid":141,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2856,"pid":111,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2488,"pid":81,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2040,"pid":21,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2600,"pid":90,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2440,"pid":33,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2456,"pid":39,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3032,"pid":171,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3048,"pid":150,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2424,"pid":72,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2872,"pid":111,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2376,"pid":36,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3144,"pid":159,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3448,"pid":180,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3384,"pid":192,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2440,"pid":72,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3592,"pid":195,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2616,"pid":57,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2248,"pid":12,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3224,"pid":162,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2152,"pid":45,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2616,"pid":90,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2952,"pid":156,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2264,"pid":15,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2168,"pid":51,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2504,"pid":81,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3064,"pid":150,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3240,"pid":162,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2472,"pid":60,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2632,"pid":90,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3464,"pid":180,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2600,"pid":138,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2808,"pid":99,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2632,"pid":57,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3160,"pid":159,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2200,"pid":42,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2312,"pid":30,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2888,"pid":111,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3192,"pid":183,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2648,"pid":90,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2328,"pid":30,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2760,"pid":93,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2680,"pid":126,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2344,"pid":30,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2456,"pid":33,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2568,"pid":78,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3416,"pid":186,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3352,"pid":132,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3000,"pid":117,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2488,"pid":60,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3176,"pid":159,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2328,"pid":18,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3656,"pid":177,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3400,"pid":192,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2360,"pid":30,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2328,"pid":24,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2968,"pid":120,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2904,"pid":111,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3480,"pid":180,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2488,"pid":54,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2376,"pid":63,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2968,"pid":156,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2856,"pid":123,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3160,"pid":153,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2376,"pid":75,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":2984,"pid":120,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2376,"pid":30,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":2984,"pid":156,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3256,"pid":162,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3368,"pid":132,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3192,"pid":159,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2392,"pid":63,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3000,"pid":120,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3208,"pid":183,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2776,"pid":102,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3608,"pid":195,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3416,"pid":192,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2664,"pid":90,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3432,"pid":186,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2264,"pid":12,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2456,"pid":72,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3528,"pid":189,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3176,"pid":153,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2280,"pid":12,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2808,"pid":135,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2392,"pid":36,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3080,"pid":150,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3432,"pid":192,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2696,"pid":126,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3384,"pid":132,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2776,"pid":93,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3272,"pid":162,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2712,"pid":126,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2280,"pid":15,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3384,"pid":165,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2968,"pid":147,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3096,"pid":150,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2168,"pid":45,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2344,"pid":24,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2472,"pid":39,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3448,"pid":186,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3288,"pid":162,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2824,"pid":99,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2472,"pid":33,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3400,"pid":132,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3048,"pid":171,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2296,"pid":12,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2792,"pid":102,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2296,"pid":15,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3624,"pid":195,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3304,"pid":162,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2824,"pid":135,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2792,"pid":93,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2616,"pid":108,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2408,"pid":36,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2728,"pid":126,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2616,"pid":138,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2008,"pid":27,"subject":"Async::Task","object_id":2016,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2712,"pid":144,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2872,"pid":114,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3672,"pid":177,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3208,"pid":159,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2424,"pid":36,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3544,"pid":189,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2136,"pid":9,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2392,"pid":48,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2472,"pid":72,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2312,"pid":15,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":2984,"pid":141,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3496,"pid":180,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2488,"pid":39,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2152,"pid":9,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3560,"pid":189,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2392,"pid":30,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3016,"pid":120,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2504,"pid":60,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2808,"pid":93,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3000,"pid":141,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3192,"pid":153,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2024,"pid":27,"subject":"Async::Task","object_id":2032,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3416,"pid":174,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3032,"pid":120,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3576,"pid":189,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2264,"pid":69,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2440,"pid":36,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2520,"pid":81,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3432,"pid":174,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2408,"pid":63,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2360,"pid":24,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2744,"pid":126,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2632,"pid":138,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3512,"pid":180,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3064,"pid":171,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3016,"pid":141,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2328,"pid":15,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2888,"pid":114,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3448,"pid":192,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2056,"pid":21,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2520,"pid":60,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2728,"pid":144,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3320,"pid":162,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2808,"pid":102,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2760,"pid":126,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2184,"pid":45,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2344,"pid":15,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2504,"pid":39,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":2984,"pid":147,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3080,"pid":171,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2648,"pid":57,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3032,"pid":141,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2312,"pid":12,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2408,"pid":48,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3048,"pid":120,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2072,"pid":21,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3464,"pid":192,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2424,"pid":63,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2664,"pid":87,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3528,"pid":180,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3112,"pid":150,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2328,"pid":12,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2840,"pid":99,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2904,"pid":114,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3512,"pid":198,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2088,"pid":21,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3336,"pid":162,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2200,"pid":45,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2744,"pid":144,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2344,"pid":12,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2440,"pid":63,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3000,"pid":147,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3544,"pid":180,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2920,"pid":111,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3400,"pid":165,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3640,"pid":195,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3016,"pid":147,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3528,"pid":198,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2408,"pid":30,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3592,"pid":189,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3416,"pid":132,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3096,"pid":171,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2776,"pid":105,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3064,"pid":120,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3224,"pid":183,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2424,"pid":48,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3176,"pid":168,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3608,"pid":189,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3208,"pid":153,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2360,"pid":12,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2632,"pid":108,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3000,"pid":156,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2712,"pid":96,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2408,"pid":66,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2360,"pid":15,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2216,"pid":45,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2936,"pid":111,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2520,"pid":39,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3544,"pid":198,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2280,"pid":69,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2104,"pid":21,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2792,"pid":105,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2776,"pid":126,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2184,"pid":51,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2296,"pid":69,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2392,"pid":75,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3016,"pid":156,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3192,"pid":168,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2376,"pid":12,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2536,"pid":39,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2456,"pid":36,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2040,"pid":27,"subject":"Async::Task","object_id":2048,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2920,"pid":114,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3416,"pid":165,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2344,"pid":18,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2792,"pid":126,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3352,"pid":162,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3032,"pid":147,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3032,"pid":156,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3240,"pid":183,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2376,"pid":15,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2936,"pid":114,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2680,"pid":87,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2200,"pid":51,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2648,"pid":108,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3224,"pid":153,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2808,"pid":126,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2824,"pid":102,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3656,"pid":195,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2392,"pid":15,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2232,"pid":45,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3016,"pid":117,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2056,"pid":27,"subject":"Async::Task","object_id":2064,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3368,"pid":162,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2536,"pid":81,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2120,"pid":21,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2248,"pid":45,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2856,"pid":99,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2952,"pid":114,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2408,"pid":15,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3128,"pid":150,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2360,"pid":18,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2168,"pid":9,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3032,"pid":117,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3208,"pid":168,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2824,"pid":93,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2072,"pid":27,"subject":"Async::Task","object_id":2080,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2392,"pid":12,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3224,"pid":168,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3144,"pid":150,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2872,"pid":99,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2968,"pid":114,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3672,"pid":195,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2584,"pid":78,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2504,"pid":54,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2728,"pid":96,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2536,"pid":60,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2184,"pid":9,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2424,"pid":15,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3432,"pid":132,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2136,"pid":21,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2600,"pid":78,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3224,"pid":159,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2552,"pid":81,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3240,"pid":153,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3240,"pid":168,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2808,"pid":105,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2616,"pid":78,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3256,"pid":168,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2840,"pid":102,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2488,"pid":72,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2824,"pid":126,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3688,"pid":195,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2952,"pid":111,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3048,"pid":117,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2264,"pid":45,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2680,"pid":90,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2456,"pid":63,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2312,"pid":69,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3256,"pid":153,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2840,"pid":126,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":2984,"pid":114,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2088,"pid":27,"subject":"Async::Task","object_id":2096,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2376,"pid":18,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2552,"pid":60,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2440,"pid":15,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2760,"pid":144,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2824,"pid":105,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2520,"pid":54,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3048,"pid":141,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2488,"pid":33,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3112,"pid":171,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2856,"pid":126,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2568,"pid":81,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3064,"pid":117,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2104,"pid":27,"subject":"Async::Task","object_id":2112,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3448,"pid":132,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3560,"pid":180,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3240,"pid":159,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2872,"pid":126,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3272,"pid":168,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3688,"pid":177,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2696,"pid":90,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2552,"pid":39,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3000,"pid":114,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2216,"pid":42,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2408,"pid":75,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3464,"pid":186,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2392,"pid":18,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3048,"pid":147,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3384,"pid":162,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3064,"pid":141,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2424,"pid":30,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2280,"pid":45,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3480,"pid":186,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3064,"pid":147,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2408,"pid":12,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2568,"pid":39,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2504,"pid":72,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3480,"pid":192,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2744,"pid":96,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3016,"pid":114,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3048,"pid":156,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2648,"pid":138,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3432,"pid":165,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2152,"pid":21,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3560,"pid":198,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2856,"pid":102,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2504,"pid":33,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3576,"pid":180,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2296,"pid":45,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3448,"pid":165,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2216,"pid":51,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2840,"pid":135,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2472,"pid":63,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3464,"pid":165,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2968,"pid":111,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2232,"pid":51,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2328,"pid":69,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":135,"fiber_id":2856,"pid":135,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2664,"pid":108,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3576,"pid":198,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2664,"pid":57,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3080,"pid":120,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2488,"pid":63,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2536,"pid":54,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3256,"pid":183,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":2984,"pid":111,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3496,"pid":192,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2520,"pid":33,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3272,"pid":183,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2344,"pid":69,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2776,"pid":144,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2840,"pid":105,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2664,"pid":138,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3512,"pid":192,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3592,"pid":198,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2520,"pid":72,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2584,"pid":39,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3272,"pid":153,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3480,"pid":165,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2472,"pid":36,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2424,"pid":75,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3064,"pid":156,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2760,"pid":96,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2840,"pid":93,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2456,"pid":15,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2680,"pid":57,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2200,"pid":9,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2360,"pid":69,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3464,"pid":132,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2888,"pid":99,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2248,"pid":51,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3592,"pid":180,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3080,"pid":141,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3528,"pid":192,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2536,"pid":72,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2472,"pid":15,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2888,"pid":126,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3096,"pid":120,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2696,"pid":87,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2168,"pid":21,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3128,"pid":171,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2792,"pid":144,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2712,"pid":90,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2680,"pid":108,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2440,"pid":48,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2504,"pid":63,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2856,"pid":105,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3144,"pid":171,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2696,"pid":108,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2584,"pid":81,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3080,"pid":147,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3160,"pid":171,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3096,"pid":141,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2632,"pid":78,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2456,"pid":48,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2712,"pid":87,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3496,"pid":165,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2904,"pid":99,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2728,"pid":90,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2536,"pid":33,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2600,"pid":81,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2552,"pid":72,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3112,"pid":120,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2728,"pid":87,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3448,"pid":174,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2376,"pid":24,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3496,"pid":186,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2680,"pid":138,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3512,"pid":165,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2408,"pid":18,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2568,"pid":60,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2472,"pid":48,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3480,"pid":132,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2232,"pid":42,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2872,"pid":105,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2648,"pid":78,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3544,"pid":192,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2872,"pid":102,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2696,"pid":57,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3400,"pid":162,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2616,"pid":81,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2312,"pid":45,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3288,"pid":168,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2424,"pid":12,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2424,"pid":66,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3128,"pid":120,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2904,"pid":126,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2632,"pid":81,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3112,"pid":141,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2808,"pid":144,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2552,"pid":54,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2440,"pid":30,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2712,"pid":108,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3704,"pid":177,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3128,"pid":141,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3144,"pid":120,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2568,"pid":72,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3080,"pid":156,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3160,"pid":120,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2776,"pid":96,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2440,"pid":12,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3032,"pid":114,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2744,"pid":90,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2264,"pid":51,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2392,"pid":24,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3080,"pid":117,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3304,"pid":168,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2728,"pid":108,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2440,"pid":66,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3512,"pid":186,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3288,"pid":153,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2456,"pid":30,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3528,"pid":165,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2552,"pid":33,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2424,"pid":18,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2440,"pid":75,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3176,"pid":120,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2760,"pid":90,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2184,"pid":21,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2456,"pid":66,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2696,"pid":138,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2488,"pid":48,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3560,"pid":192,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3096,"pid":117,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2664,"pid":78,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3176,"pid":171,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2120,"pid":27,"subject":"Async::Task","object_id":2128,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2456,"pid":75,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2488,"pid":15,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2376,"pid":69,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3608,"pid":198,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2216,"pid":9,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2856,"pid":93,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3144,"pid":141,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2568,"pid":33,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2520,"pid":63,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3048,"pid":114,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2888,"pid":105,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2712,"pid":138,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3544,"pid":165,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2904,"pid":105,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2744,"pid":87,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3320,"pid":168,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2408,"pid":24,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2712,"pid":57,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2584,"pid":72,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3288,"pid":183,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2424,"pid":24,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2472,"pid":30,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2504,"pid":48,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2504,"pid":15,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2728,"pid":138,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2728,"pid":57,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2392,"pid":69,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2920,"pid":105,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2872,"pid":93,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2472,"pid":75,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2232,"pid":9,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2488,"pid":30,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3560,"pid":165,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2744,"pid":57,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3608,"pid":180,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2520,"pid":48,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2136,"pid":27,"subject":"Async::Task","object_id":2144,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3160,"pid":141,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2248,"pid":9,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3336,"pid":168,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2920,"pid":99,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3192,"pid":120,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3624,"pid":189,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2936,"pid":105,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2536,"pid":63,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2888,"pid":93,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3064,"pid":114,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2648,"pid":81,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2936,"pid":99,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3704,"pid":195,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3208,"pid":120,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3256,"pid":159,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2920,"pid":126,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2952,"pid":99,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2760,"pid":87,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3528,"pid":186,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3720,"pid":195,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2264,"pid":9,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2200,"pid":21,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2872,"pid":123,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3176,"pid":141,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2904,"pid":93,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2552,"pid":63,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2824,"pid":144,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2760,"pid":57,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2744,"pid":108,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2584,"pid":33,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2584,"pid":60,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2456,"pid":12,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3224,"pid":120,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3624,"pid":198,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2504,"pid":30,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2600,"pid":60,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2152,"pid":27,"subject":"Async::Task","object_id":2160,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2744,"pid":138,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2968,"pid":99,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3640,"pid":198,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3272,"pid":159,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2840,"pid":144,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3352,"pid":168,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2280,"pid":51,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2760,"pid":108,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3576,"pid":165,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2168,"pid":27,"subject":"Async::Task","object_id":2176,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2776,"pid":87,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2680,"pid":78,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2216,"pid":21,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2776,"pid":108,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2616,"pid":60,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3592,"pid":165,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3000,"pid":111,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2472,"pid":12,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2888,"pid":102,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2760,"pid":138,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3304,"pid":183,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3112,"pid":117,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2536,"pid":48,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3368,"pid":168,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3240,"pid":120,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2520,"pid":15,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2776,"pid":57,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2632,"pid":60,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2408,"pid":69,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2488,"pid":75,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2472,"pid":66,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2776,"pid":138,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2792,"pid":108,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2248,"pid":42,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2536,"pid":15,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3288,"pid":159,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2184,"pid":27,"subject":"Async::Task","object_id":2192,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2568,"pid":63,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3080,"pid":114,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2776,"pid":90,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3624,"pid":180,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2600,"pid":33,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2552,"pid":48,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2696,"pid":78,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3576,"pid":192,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2440,"pid":18,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3544,"pid":186,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3656,"pid":198,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2424,"pid":69,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3640,"pid":189,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":2984,"pid":99,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3096,"pid":156,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2792,"pid":138,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2856,"pid":144,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2232,"pid":21,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2792,"pid":96,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2456,"pid":18,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2648,"pid":60,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3320,"pid":183,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2808,"pid":108,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2712,"pid":78,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2808,"pid":138,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2472,"pid":18,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2296,"pid":51,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3464,"pid":174,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3160,"pid":150,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2888,"pid":123,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3304,"pid":159,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2488,"pid":36,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3592,"pid":192,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3192,"pid":141,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2936,"pid":126,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2488,"pid":12,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2488,"pid":18,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2792,"pid":57,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3096,"pid":114,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3736,"pid":195,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2312,"pid":51,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2440,"pid":69,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2568,"pid":54,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2440,"pid":24,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2504,"pid":36,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3608,"pid":192,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3384,"pid":168,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2328,"pid":51,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3304,"pid":153,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2584,"pid":54,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2824,"pid":108,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3000,"pid":99,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2600,"pid":39,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3176,"pid":150,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2520,"pid":30,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2584,"pid":63,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2952,"pid":105,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3400,"pid":168,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3192,"pid":150,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2600,"pid":72,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2824,"pid":138,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3624,"pid":192,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2872,"pid":144,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2200,"pid":27,"subject":"Async::Task","object_id":2208,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3128,"pid":117,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3256,"pid":120,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3016,"pid":111,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2504,"pid":12,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2264,"pid":42,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2600,"pid":63,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2792,"pid":87,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2552,"pid":15,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2952,"pid":126,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3720,"pid":177,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2888,"pid":144,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2728,"pid":78,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2840,"pid":138,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3096,"pid":147,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2504,"pid":75,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2664,"pid":81,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2456,"pid":69,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2616,"pid":72,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2536,"pid":30,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3480,"pid":174,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3752,"pid":195,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2856,"pid":138,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3208,"pid":150,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2472,"pid":69,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2520,"pid":12,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2808,"pid":57,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2968,"pid":126,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2520,"pid":36,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2600,"pid":54,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3272,"pid":120,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2616,"pid":33,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2616,"pid":63,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2792,"pid":90,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2808,"pid":87,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2872,"pid":138,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2616,"pid":54,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":96,"fiber_id":2808,"pid":96,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3144,"pid":117,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2744,"pid":78,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2968,"pid":105,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3288,"pid":120,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3112,"pid":147,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2536,"pid":12,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2824,"pid":57,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2632,"pid":54,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3224,"pid":150,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2616,"pid":39,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2552,"pid":30,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2632,"pid":63,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2248,"pid":21,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2504,"pid":18,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2280,"pid":42,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3112,"pid":114,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2328,"pid":45,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2632,"pid":33,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3736,"pid":177,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":2984,"pid":126,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3240,"pid":150,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2488,"pid":69,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3416,"pid":168,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2920,"pid":93,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2520,"pid":75,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2648,"pid":33,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3016,"pid":99,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2568,"pid":48,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3128,"pid":114,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2504,"pid":69,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3640,"pid":180,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2680,"pid":81,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3208,"pid":141,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3032,"pid":111,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3304,"pid":120,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3432,"pid":168,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2552,"pid":12,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2568,"pid":15,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2536,"pid":36,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3768,"pid":195,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3000,"pid":126,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3112,"pid":156,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3496,"pid":132,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3144,"pid":114,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2664,"pid":33,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2552,"pid":36,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3512,"pid":132,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2536,"pid":75,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3448,"pid":168,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":2984,"pid":105,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2664,"pid":60,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2904,"pid":144,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2632,"pid":72,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3192,"pid":171,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3608,"pid":165,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2520,"pid":18,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2696,"pid":81,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3560,"pid":186,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3416,"pid":162,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3016,"pid":126,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2648,"pid":72,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3528,"pid":132,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2584,"pid":15,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2680,"pid":60,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2888,"pid":138,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2488,"pid":66,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3656,"pid":189,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2664,"pid":72,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3464,"pid":168,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3752,"pid":177,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2600,"pid":15,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3160,"pid":114,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2536,"pid":18,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2344,"pid":45,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2264,"pid":21,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3320,"pid":120,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2344,"pid":51,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2840,"pid":57,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2504,"pid":66,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2648,"pid":54,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2568,"pid":30,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2904,"pid":102,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2632,"pid":39,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3768,"pid":177,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3224,"pid":141,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2568,"pid":12,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3176,"pid":114,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3256,"pid":150,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2808,"pid":90,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2920,"pid":144,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2680,"pid":72,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2584,"pid":48,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2840,"pid":108,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3480,"pid":168,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3672,"pid":189,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2216,"pid":27,"subject":"Async::Task","object_id":2224,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2696,"pid":72,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3128,"pid":147,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3544,"pid":132,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3048,"pid":111,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2360,"pid":45,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3336,"pid":120,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3320,"pid":159,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2280,"pid":21,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2936,"pid":144,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2712,"pid":81,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2904,"pid":138,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2296,"pid":42,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3208,"pid":171,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3320,"pid":153,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3624,"pid":165,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2600,"pid":48,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2280,"pid":9,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2568,"pid":84,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3272,"pid":150,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2552,"pid":18,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2904,"pid":123,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2568,"pid":36,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3192,"pid":114,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3160,"pid":117,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2584,"pid":84,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3144,"pid":147,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3432,"pid":162,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3496,"pid":174,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2232,"pid":27,"subject":"Async::Task","object_id":2240,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2616,"pid":48,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3576,"pid":186,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3288,"pid":150,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3784,"pid":195,"subject":"Async::Task","object_id":3792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2312,"pid":42,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3176,"pid":117,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3336,"pid":183,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2520,"pid":66,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2936,"pid":93,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3064,"pid":111,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3224,"pid":171,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3240,"pid":141,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2360,"pid":51,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2568,"pid":18,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2296,"pid":21,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2584,"pid":30,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2328,"pid":42,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2600,"pid":84,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2856,"pid":108,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2456,"pid":24,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3304,"pid":150,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2296,"pid":9,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2760,"pid":78,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3336,"pid":159,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2248,"pid":27,"subject":"Async::Task","object_id":2256,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3640,"pid":165,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2632,"pid":48,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3128,"pid":156,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2856,"pid":57,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3384,"pid":183,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3352,"pid":120,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2616,"pid":15,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2952,"pid":144,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2552,"pid":75,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2312,"pid":9,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2776,"pid":78,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3672,"pid":198,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3688,"pid":189,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2584,"pid":18,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2472,"pid":24,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2696,"pid":54,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2632,"pid":15,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2920,"pid":138,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3496,"pid":168,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2824,"pid":87,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2600,"pid":30,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2264,"pid":27,"subject":"Async::Task","object_id":2272,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2648,"pid":39,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3592,"pid":186,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2344,"pid":42,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3816,"pid":195,"subject":"Async::Task","object_id":3824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3656,"pid":180,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3160,"pid":147,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3240,"pid":171,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2312,"pid":21,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2616,"pid":84,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3032,"pid":126,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2696,"pid":60,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3208,"pid":114,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3512,"pid":168,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2600,"pid":18,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3400,"pid":183,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2568,"pid":75,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2712,"pid":72,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2536,"pid":66,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2280,"pid":27,"subject":"Async::Task","object_id":2288,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3000,"pid":105,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2664,"pid":39,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2680,"pid":33,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3512,"pid":174,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3032,"pid":99,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3176,"pid":147,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2584,"pid":75,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2728,"pid":72,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2616,"pid":18,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2712,"pid":60,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2296,"pid":27,"subject":"Async::Task","object_id":2304,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2872,"pid":57,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3016,"pid":105,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2360,"pid":42,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2680,"pid":39,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2696,"pid":33,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3416,"pid":183,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2920,"pid":102,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2824,"pid":90,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2648,"pid":15,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3688,"pid":198,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2584,"pid":12,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3656,"pid":165,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2376,"pid":45,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3672,"pid":180,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3192,"pid":147,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3368,"pid":120,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2584,"pid":36,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2312,"pid":27,"subject":"Async::Task","object_id":2320,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2792,"pid":78,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3704,"pid":189,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3704,"pid":198,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3832,"pid":195,"subject":"Async::Task","object_id":3840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":60,"fiber_id":2728,"pid":60,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2488,"pid":24,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2648,"pid":63,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3608,"pid":186,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3448,"pid":162,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2328,"pid":9,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3256,"pid":171,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2648,"pid":48,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3208,"pid":147,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2744,"pid":72,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2936,"pid":138,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3528,"pid":174,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2936,"pid":102,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2920,"pid":123,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3624,"pid":186,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2664,"pid":63,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2632,"pid":18,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3032,"pid":105,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3144,"pid":156,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2616,"pid":30,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3688,"pid":180,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2328,"pid":21,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3192,"pid":117,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2808,"pid":78,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2600,"pid":12,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3320,"pid":150,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2952,"pid":93,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2712,"pid":54,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3704,"pid":180,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2344,"pid":9,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3800,"pid":195,"subject":"Async::Task","object_id":3808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":66,"fiber_id":2552,"pid":66,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2344,"pid":21,"subject":"Async::Task","object_id":2352,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2968,"pid":93,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2600,"pid":75,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3672,"pid":165,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3336,"pid":150,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2824,"pid":78,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3432,"pid":183,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2648,"pid":18,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2376,"pid":51,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2616,"pid":12,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2952,"pid":102,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2744,"pid":54,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3336,"pid":153,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2616,"pid":75,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2360,"pid":21,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3352,"pid":159,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3048,"pid":105,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3448,"pid":183,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2632,"pid":84,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3352,"pid":153,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2424,"pid":51,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2680,"pid":63,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3544,"pid":174,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3720,"pid":180,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2936,"pid":123,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2840,"pid":90,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2952,"pid":138,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2440,"pid":51,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2728,"pid":81,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2360,"pid":9,"subject":"Async::Task","object_id":2368,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3368,"pid":153,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2648,"pid":84,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3848,"pid":195,"subject":"Async::Task","object_id":3856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3352,"pid":150,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2696,"pid":63,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2696,"pid":39,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":120,"fiber_id":3384,"pid":120,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2760,"pid":54,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2376,"pid":21,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2888,"pid":57,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3736,"pid":180,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2632,"pid":12,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3384,"pid":153,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3560,"pid":132,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2856,"pid":90,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3864,"pid":195,"subject":"Async::Task","object_id":3872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3368,"pid":159,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3208,"pid":117,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3640,"pid":186,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3080,"pid":111,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3400,"pid":153,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3256,"pid":141,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2840,"pid":78,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2952,"pid":123,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3560,"pid":174,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3416,"pid":153,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3064,"pid":105,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3656,"pid":186,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2632,"pid":75,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3576,"pid":132,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3640,"pid":192,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2632,"pid":30,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3224,"pid":117,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2648,"pid":75,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3432,"pid":153,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2648,"pid":12,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3224,"pid":147,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3448,"pid":153,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2392,"pid":45,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3368,"pid":150,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2664,"pid":12,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2744,"pid":81,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3048,"pid":126,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2664,"pid":15,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3464,"pid":153,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3272,"pid":141,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":114,"fiber_id":3224,"pid":114,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3656,"pid":192,"subject":"Async::Task","object_id":3664,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3384,"pid":159,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2856,"pid":78,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2760,"pid":81,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3048,"pid":99,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":132,"fiber_id":3592,"pid":132,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3480,"pid":153,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3352,"pid":183,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3288,"pid":141,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3368,"pid":183,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3576,"pid":174,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2712,"pid":63,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3528,"pid":168,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3112,"pid":126,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2680,"pid":15,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":33,"fiber_id":2712,"pid":33,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":2984,"pid":93,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3880,"pid":195,"subject":"Async::Task","object_id":3888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2504,"pid":24,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":27,"fiber_id":2328,"pid":27,"subject":"Async::Task","object_id":2336,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3688,"pid":165,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2968,"pid":123,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3496,"pid":153,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3160,"pid":156,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2872,"pid":78,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2520,"pid":69,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3384,"pid":150,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2664,"pid":84,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2664,"pid":48,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2680,"pid":12,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3544,"pid":168,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2888,"pid":78,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2536,"pid":69,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2696,"pid":15,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":2984,"pid":123,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2872,"pid":90,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3272,"pid":171,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2904,"pid":78,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3240,"pid":147,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3464,"pid":162,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2664,"pid":18,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2680,"pid":48,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2776,"pid":54,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3672,"pid":186,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2456,"pid":51,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2840,"pid":87,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2968,"pid":102,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3512,"pid":153,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3560,"pid":168,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3000,"pid":123,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2872,"pid":108,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":192,"fiber_id":3672,"pid":192,"subject":"Async::Task","object_id":3680,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2376,"pid":42,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3720,"pid":189,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2728,"pid":63,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3400,"pid":150,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2520,"pid":24,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3016,"pid":123,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2680,"pid":54,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3176,"pid":156,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3736,"pid":189,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3064,"pid":99,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2744,"pid":63,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3400,"pid":159,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3032,"pid":123,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2392,"pid":51,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3416,"pid":150,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":51,"fiber_id":2408,"pid":51,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2712,"pid":15,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2664,"pid":75,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3752,"pid":180,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2376,"pid":9,"subject":"Async::Task","object_id":2384,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3048,"pid":123,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3576,"pid":168,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":186,"fiber_id":3688,"pid":186,"subject":"Async::Task","object_id":3696,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3064,"pid":123,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2680,"pid":18,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3752,"pid":189,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3784,"pid":177,"subject":"Async::Task","object_id":3792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3416,"pid":159,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":3000,"pid":93,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":45,"fiber_id":2408,"pid":45,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2392,"pid":9,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3768,"pid":189,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2792,"pid":54,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3080,"pid":123,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3288,"pid":171,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3096,"pid":123,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3080,"pid":105,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2808,"pid":54,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2696,"pid":48,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2728,"pid":54,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2648,"pid":30,"subject":"Async::Task","object_id":2656,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3096,"pid":105,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3080,"pid":99,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2664,"pid":54,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":2984,"pid":102,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":3016,"pid":93,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3064,"pid":126,"subject":"Async::Task","object_id":3072,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":42,"fiber_id":2392,"pid":42,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2904,"pid":87,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3592,"pid":174,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3080,"pid":126,"subject":"Async::Task","object_id":3088,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":3000,"pid":102,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2680,"pid":75,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":195,"fiber_id":3896,"pid":195,"subject":"Async::Task","object_id":3904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2536,"pid":24,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2920,"pid":87,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3112,"pid":123,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3096,"pid":99,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3304,"pid":141,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2664,"pid":30,"subject":"Async::Task","object_id":2672,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2824,"pid":54,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3128,"pid":123,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2968,"pid":138,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2408,"pid":9,"subject":"Async::Task","object_id":2416,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2760,"pid":63,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2696,"pid":18,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3144,"pid":123,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3928,"pid":177,"subject":"Async::Task","object_id":3936,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3592,"pid":168,"subject":"Async::Task","object_id":3600,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2776,"pid":63,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3432,"pid":150,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3160,"pid":123,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3320,"pid":141,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3608,"pid":168,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":189,"fiber_id":3784,"pid":189,"subject":"Async::Task","object_id":3792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3176,"pid":123,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3128,"pid":126,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2760,"pid":72,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2920,"pid":78,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3192,"pid":123,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2552,"pid":69,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3624,"pid":168,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3112,"pid":105,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3944,"pid":177,"subject":"Async::Task","object_id":3952,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2696,"pid":75,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2680,"pid":30,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3208,"pid":123,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":2984,"pid":138,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3192,"pid":156,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2552,"pid":24,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3720,"pid":198,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":3016,"pid":102,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3096,"pid":111,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2728,"pid":15,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":21,"fiber_id":2392,"pid":21,"subject":"Async::Task","object_id":2400,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3224,"pid":123,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3128,"pid":105,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2856,"pid":87,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2712,"pid":39,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":126,"fiber_id":3096,"pid":126,"subject":"Async::Task","object_id":3104,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3240,"pid":123,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2744,"pid":15,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3144,"pid":105,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3704,"pid":165,"subject":"Async::Task","object_id":3712,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3256,"pid":123,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2776,"pid":81,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3160,"pid":105,"subject":"Async::Task","object_id":3168,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3768,"pid":180,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3272,"pid":123,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3800,"pid":177,"subject":"Async::Task","object_id":3808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2936,"pid":87,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3288,"pid":123,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2776,"pid":72,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2680,"pid":84,"subject":"Async::Task","object_id":2688,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3464,"pid":183,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3304,"pid":123,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2936,"pid":78,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2600,"pid":36,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2712,"pid":75,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3480,"pid":162,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3304,"pid":171,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":75,"fiber_id":2728,"pid":75,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2568,"pid":69,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2888,"pid":108,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3320,"pid":123,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":3032,"pid":102,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2712,"pid":18,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3784,"pid":180,"subject":"Async::Task","object_id":3792,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3336,"pid":123,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2904,"pid":108,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2952,"pid":87,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":171,"fiber_id":3320,"pid":171,"subject":"Async::Task","object_id":3328,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3352,"pid":123,"subject":"Async::Task","object_id":3360,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2968,"pid":144,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":3000,"pid":138,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2584,"pid":69,"subject":"Async::Task","object_id":2592,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3528,"pid":153,"subject":"Async::Task","object_id":3536,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2696,"pid":30,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":63,"fiber_id":2792,"pid":63,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3368,"pid":123,"subject":"Async::Task","object_id":3376,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":102,"fiber_id":3048,"pid":102,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2872,"pid":87,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2888,"pid":87,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3736,"pid":198,"subject":"Async::Task","object_id":3744,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2840,"pid":54,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3816,"pid":177,"subject":"Async::Task","object_id":3824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2760,"pid":15,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2616,"pid":36,"subject":"Async::Task","object_id":2624,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3480,"pid":183,"subject":"Async::Task","object_id":3488,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2424,"pid":9,"subject":"Async::Task","object_id":2432,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":24,"fiber_id":2568,"pid":24,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3448,"pid":150,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3832,"pid":177,"subject":"Async::Task","object_id":3840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3384,"pid":123,"subject":"Async::Task","object_id":3392,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3752,"pid":198,"subject":"Async::Task","object_id":3760,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3496,"pid":183,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":3032,"pid":93,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":3016,"pid":138,"subject":"Async::Task","object_id":3024,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2696,"pid":84,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3800,"pid":180,"subject":"Async::Task","object_id":3808,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":57,"fiber_id":2904,"pid":57,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2920,"pid":108,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2792,"pid":81,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3176,"pid":105,"subject":"Async::Task","object_id":3184,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3544,"pid":153,"subject":"Async::Task","object_id":3552,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":150,"fiber_id":3464,"pid":150,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2728,"pid":18,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2792,"pid":72,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2712,"pid":84,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3240,"pid":117,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":168,"fiber_id":3640,"pid":168,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3400,"pid":123,"subject":"Async::Task","object_id":3408,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3848,"pid":177,"subject":"Async::Task","object_id":3856,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3608,"pid":174,"subject":"Async::Task","object_id":3616,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":54,"fiber_id":2856,"pid":54,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3816,"pid":180,"subject":"Async::Task","object_id":3824,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2888,"pid":90,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2808,"pid":72,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":159,"fiber_id":3432,"pid":159,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2712,"pid":48,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":198,"fiber_id":3768,"pid":198,"subject":"Async::Task","object_id":3776,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3208,"pid":156,"subject":"Async::Task","object_id":3216,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":165,"fiber_id":3720,"pid":165,"subject":"Async::Task","object_id":3728,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2744,"pid":18,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":138,"fiber_id":3032,"pid":138,"subject":"Async::Task","object_id":3040,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":12,"fiber_id":2696,"pid":12,"subject":"Async::Task","object_id":2704,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2904,"pid":90,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2712,"pid":30,"subject":"Async::Task","object_id":2720,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":69,"fiber_id":2600,"pid":69,"subject":"Async::Task","object_id":2608,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":111,"fiber_id":3112,"pid":111,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3624,"pid":174,"subject":"Async::Task","object_id":3632,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":93,"fiber_id":3048,"pid":93,"subject":"Async::Task","object_id":3056,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":183,"fiber_id":3512,"pid":183,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":81,"fiber_id":2808,"pid":81,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":180,"fiber_id":3832,"pid":180,"subject":"Async::Task","object_id":3840,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":174,"fiber_id":3640,"pid":174,"subject":"Async::Task","object_id":3648,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2968,"pid":87,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2440,"pid":9,"subject":"Async::Task","object_id":2448,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3496,"pid":162,"subject":"Async::Task","object_id":3504,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3560,"pid":153,"subject":"Async::Task","object_id":3568,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":141,"fiber_id":3336,"pid":141,"subject":"Async::Task","object_id":3344,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3864,"pid":177,"subject":"Async::Task","object_id":3872,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3256,"pid":117,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2728,"pid":30,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2760,"pid":18,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2456,"pid":9,"subject":"Async::Task","object_id":2464,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3880,"pid":177,"subject":"Async::Task","object_id":3888,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3272,"pid":117,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":30,"fiber_id":2744,"pid":30,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2472,"pid":9,"subject":"Async::Task","object_id":2480,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3288,"pid":117,"subject":"Async::Task","object_id":3296,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3112,"pid":99,"subject":"Async::Task","object_id":3120,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":72,"fiber_id":2824,"pid":72,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3256,"pid":147,"subject":"Async::Task","object_id":3264,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":36,"fiber_id":2632,"pid":36,"subject":"Async::Task","object_id":2640,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":84,"fiber_id":2728,"pid":84,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":117,"fiber_id":3304,"pid":117,"subject":"Async::Task","object_id":3312,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3896,"pid":177,"subject":"Async::Task","object_id":3904,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3128,"pid":99,"subject":"Async::Task","object_id":3136,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3224,"pid":156,"subject":"Async::Task","object_id":3232,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":99,"fiber_id":3144,"pid":99,"subject":"Async::Task","object_id":3152,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3416,"pid":123,"subject":"Async::Task","object_id":3424,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":162,"fiber_id":3512,"pid":162,"subject":"Async::Task","object_id":3520,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":2984,"pid":144,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":147,"fiber_id":3272,"pid":147,"subject":"Async::Task","object_id":3280,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3432,"pid":123,"subject":"Async::Task","object_id":3440,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":177,"fiber_id":3912,"pid":177,"subject":"Async::Task","object_id":3920,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":2984,"pid":87,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2920,"pid":90,"subject":"Async::Task","object_id":2928,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":105,"fiber_id":3192,"pid":105,"subject":"Async::Task","object_id":3200,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":144,"fiber_id":3000,"pid":144,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":153,"fiber_id":3576,"pid":153,"subject":"Async::Task","object_id":3584,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2936,"pid":90,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2952,"pid":78,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":39,"fiber_id":2728,"pid":39,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":90,"fiber_id":2952,"pid":90,"subject":"Async::Task","object_id":2960,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2488,"pid":9,"subject":"Async::Task","object_id":2496,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2776,"pid":18,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2968,"pid":78,"subject":"Async::Task","object_id":2976,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2792,"pid":18,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2728,"pid":48,"subject":"Async::Task","object_id":2736,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":2984,"pid":78,"subject":"Async::Task","object_id":2992,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2744,"pid":48,"subject":"Async::Task","object_id":2752,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2504,"pid":9,"subject":"Async::Task","object_id":2512,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":87,"fiber_id":3000,"pid":87,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":108,"fiber_id":2936,"pid":108,"subject":"Async::Task","object_id":2944,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2808,"pid":18,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2776,"pid":15,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2520,"pid":9,"subject":"Async::Task","object_id":2528,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":78,"fiber_id":3000,"pid":78,"subject":"Async::Task","object_id":3008,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":156,"fiber_id":3240,"pid":156,"subject":"Async::Task","object_id":3248,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2760,"pid":48,"subject":"Async::Task","object_id":2768,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":48,"fiber_id":2776,"pid":48,"subject":"Async::Task","object_id":2784,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3448,"pid":123,"subject":"Async::Task","object_id":3456,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2792,"pid":15,"subject":"Async::Task","object_id":2800,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2824,"pid":18,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2536,"pid":9,"subject":"Async::Task","object_id":2544,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2552,"pid":9,"subject":"Async::Task","object_id":2560,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2840,"pid":18,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2808,"pid":15,"subject":"Async::Task","object_id":2816,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2856,"pid":18,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":123,"fiber_id":3464,"pid":123,"subject":"Async::Task","object_id":3472,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2872,"pid":18,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2888,"pid":18,"subject":"Async::Task","object_id":2896,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":9,"fiber_id":2568,"pid":9,"subject":"Async::Task","object_id":2576,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":18,"fiber_id":2904,"pid":18,"subject":"Async::Task","object_id":2912,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2824,"pid":15,"subject":"Async::Task","object_id":2832,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2840,"pid":15,"subject":"Async::Task","object_id":2848,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2856,"pid":15,"subject":"Async::Task","object_id":2864,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} +{"time":"2026-09-02T11:16:34+00:00","severity":"warn","process_id":15,"fiber_id":2872,"pid":15,"subject":"Async::Task","object_id":2880,"annotation":"Reading HTTP/1.1 requests for Async::HTTP::Protocol::HTTP1::Server.","message":"Task may have ended with unhandled exception.","event":{"type":"failure","root":"/app","class":"Errno::ECONNRESET","message":"Connection reset by peer","backtrace":["/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO#write'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/buffered.rb:112:in 'IO::Stream::Buffered#syswrite'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:99:in 'IO::Stream::Writable#drain'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:47:in 'block in IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'Thread::Mutex#synchronize'","/app/vendor/bundle/ruby/4.0.0/gems/io-stream-0.11.1/lib/io/stream/writable.rb:46:in 'IO::Stream::Writable#flush'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:637:in 'Protocol::HTTP1::Connection#write_fixed_length_body'","/app/vendor/bundle/ruby/4.0.0/gems/protocol-http1-0.37.0/lib/protocol/http1/connection.rb:765:in 'Protocol::HTTP1::Connection#write_body'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:136:in 'block in Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:408:in 'Async::Task#defer_stop'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/protocol/http1/server.rb:68:in 'Async::HTTP::Protocol::HTTP1::Server#each'","/app/vendor/bundle/ruby/4.0.0/gems/async-http-0.94.2/lib/async/http/server.rb:49:in 'Async::HTTP::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/falcon-0.54.2/lib/falcon/server.rb:57:in 'Falcon::Server#accept'","/app/vendor/bundle/ruby/4.0.0/gems/io-endpoint-0.17.2/lib/io/endpoint/wrapper.rb:231:in 'block (2 levels) in IO::Endpoint::Wrapper#accept'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:234:in 'block in Async::Task#run'","/app/vendor/bundle/ruby/4.0.0/gems/async-2.36.0/lib/async/task.rb:512:in 'block in Async::Task#schedule'"]}} diff --git a/site/static/logs/pipelined/4096/rack-iodine.log b/site/static/logs/pipelined/4096/rack-iodine.log index dedd710b3..fc958d6a0 100644 --- a/site/static/logs/pipelined/4096/rack-iodine.log +++ b/site/static/logs/pipelined/4096/rack-iodine.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Starting up Iodine: * Iodine 0.7.58 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -20,32 +20,32 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 30 is running. -INFO: 34 is running. INFO: 39 is running. +INFO: 34 is running. INFO: 44 is running. INFO: 49 is running. INFO: 54 is running. INFO: 59 is running. -INFO: 65 is running. +INFO: 64 is running. INFO: 70 is running. -INFO: 75 is running. +INFO: 76 is running. INFO: 80 is running. -INFO: 85 is running. +INFO: 86 is running. INFO: 91 is running. -INFO: 96 is running. +INFO: 95 is running. INFO: 101 is running. INFO: 106 is running. INFO: 111 is running. INFO: 116 is running. -INFO: 120 is running. -INFO: 125 is running. -INFO: 130 is running. -INFO: 135 is running. +INFO: 121 is running. +INFO: 126 is running. +INFO: 131 is running. +INFO: 136 is running. INFO: 141 is running. INFO: 146 is running. INFO: 151 is running. INFO: 156 is running. -INFO: 162 is running. +INFO: 161 is running. INFO: 166 is running. INFO: 171 is running. INFO: 176 is running. @@ -54,8 +54,8 @@ INFO: 186 is running. INFO: 191 is running. INFO: 196 is running. INFO: 201 is running. -INFO: 206 is running. -INFO: 211 is running. +INFO: 207 is running. +INFO: 212 is running. INFO: 217 is running. INFO: 222 is running. INFO: 227 is running. @@ -65,35 +65,35 @@ INFO: 242 is running. INFO: 247 is running. INFO: 252 is running. INFO: 257 is running. -INFO: 261 is running. -INFO: 266 is running. +INFO: 262 is running. +INFO: 267 is running. INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 295 is running. -INFO: 299 is running. -INFO: 303 is running. -INFO: 307 is running. +INFO: 292 is running. +INFO: 300 is running. +INFO: 304 is running. +INFO: 308 is running. INFO: 312 is running. INFO: 317 is running. INFO: 322 is running. INFO: 327 is running. -INFO: 333 is running. -INFO: 338 is running. +INFO: 332 is running. +INFO: 337 is running. INFO: 343 is running. -INFO: 347 is running. -INFO: 352 is running. -INFO: 357 is running. -INFO: 362 is running. -INFO: 367 is running. -INFO: 372 is running. -INFO: 377 is running. -INFO: 382 is running. -INFO: 387 is running. -INFO: 392 is running. -INFO: 397 is running. -INFO: 402 is running. +INFO: 348 is running. +INFO: 353 is running. +INFO: 358 is running. +INFO: 363 is running. +INFO: 368 is running. +INFO: 373 is running. +INFO: 378 is running. +INFO: 383 is running. +INFO: 388 is running. +INFO: 393 is running. +INFO: 398 is running. +INFO: 403 is running. INFO: 408 is running. INFO: 413 is running. INFO: 418 is running. @@ -134,10 +134,10 @@ INFO: 588 is running. INFO: 593 is running. INFO: 598 is running. INFO: 603 is running. -INFO: 614 is running. INFO: 610 is running. +INFO: 614 is running. INFO: 619 is running. +INFO: 624 is running. INFO: 629 is running. INFO: 634 is running. INFO: 639 is running. -INFO: 624 is running. diff --git a/site/static/logs/pipelined/4096/rage.log b/site/static/logs/pipelined/4096/rage.log index fb82385f8..1753e37fc 100644 --- a/site/static/logs/pipelined/4096/rage.log +++ b/site/static/logs/pipelined/4096/rage.log @@ -2,14 +2,14 @@ INFO: Listening on port 8080 INFO: Serving static files from /app/public INFO: Starting up Iodine: * Iodine 5.2.1 - * Ruby 4.0.5 + * Ruby 4.0.6 * facil.io 0.7.4 (epoll) * 127 Workers X 1 Threads per worker. * Maximum 131056 open files / sockets per worker. * Master (root) process: 1. INFO: Server is running 127 workers X 1 thread with facil.io 0.7.4 (epoll) -* Linked to OpenSSL 3.5.6 7 Apr 2026 +* Linked to OpenSSL 3.5.7 9 Jun 2026 * Detected capacity: 131056 open file limit * Root pid: 1 * Press ^C to stop @@ -20,7 +20,7 @@ INFO: 18 is running. INFO: 22 is running. INFO: 26 is running. INFO: 31 is running. -INFO: 36 is running. +INFO: 35 is running. INFO: 41 is running. INFO: 46 is running. INFO: 51 is running. @@ -29,31 +29,31 @@ INFO: 61 is running. INFO: 66 is running. INFO: 71 is running. INFO: 76 is running. -INFO: 82 is running. +INFO: 81 is running. INFO: 87 is running. INFO: 92 is running. -INFO: 97 is running. -INFO: 102 is running. +INFO: 96 is running. +INFO: 101 is running. INFO: 106 is running. +INFO: 110 is running. INFO: 116 is running. -INFO: 111 is running. INFO: 121 is running. -INFO: 126 is running. -INFO: 131 is running. -INFO: 137 is running. -INFO: 142 is running. +INFO: 127 is running. +INFO: 132 is running. +INFO: 136 is running. +INFO: 141 is running. INFO: 146 is running. INFO: 151 is running. INFO: 157 is running. INFO: 162 is running. INFO: 167 is running. -INFO: 172 is running. -INFO: 177 is running. -INFO: 182 is running. -INFO: 187 is running. -INFO: 192 is running. -INFO: 197 is running. -INFO: 202 is running. +INFO: 171 is running. +INFO: 176 is running. +INFO: 181 is running. +INFO: 186 is running. +INFO: 191 is running. +INFO: 196 is running. +INFO: 201 is running. INFO: 210 is running. INFO: 214 is running. INFO: 218 is running. @@ -71,50 +71,50 @@ INFO: 272 is running. INFO: 277 is running. INFO: 282 is running. INFO: 287 is running. -INFO: 292 is running. -INFO: 300 is running. -INFO: 304 is running. -INFO: 308 is running. +INFO: 295 is running. +INFO: 299 is running. +INFO: 303 is running. +INFO: 307 is running. INFO: 312 is running. INFO: 317 is running. INFO: 322 is running. -INFO: 327 is running. -INFO: 332 is running. -INFO: 337 is running. -INFO: 342 is running. -INFO: 347 is running. +INFO: 328 is running. +INFO: 333 is running. +INFO: 338 is running. +INFO: 343 is running. +INFO: 348 is running. INFO: 353 is running. INFO: 358 is running. INFO: 363 is running. -INFO: 373 is running. INFO: 368 is running. -INFO: 377 is running. -INFO: 382 is running. +INFO: 374 is running. +INFO: 378 is running. +INFO: 383 is running. INFO: 388 is running. -INFO: 394 is running. -INFO: 399 is running. -INFO: 404 is running. -INFO: 408 is running. -INFO: 413 is running. +INFO: 393 is running. +INFO: 397 is running. +INFO: 403 is running. +INFO: 414 is running. +INFO: 409 is running. INFO: 418 is running. -INFO: 423 is running. -INFO: 429 is running. -INFO: 434 is running. -INFO: 439 is running. -INFO: 444 is running. -INFO: 449 is running. +INFO: 424 is running. +INFO: 428 is running. +INFO: 433 is running. +INFO: 438 is running. +INFO: 443 is running. +INFO: 448 is running. INFO: 453 is running. -INFO: 463 is running. INFO: 458 is running. +INFO: 463 is running. INFO: 468 is running. -INFO: 474 is running. -INFO: 479 is running. -INFO: 484 is running. -INFO: 489 is running. -INFO: 494 is running. +INFO: 473 is running. +INFO: 478 is running. +INFO: 483 is running. +INFO: 488 is running. +INFO: 493 is running. INFO: 498 is running. INFO: 503 is running. -INFO: 509 is running. +INFO: 508 is running. INFO: 513 is running. INFO: 518 is running. INFO: 523 is running. @@ -132,12 +132,12 @@ INFO: 578 is running. INFO: 583 is running. INFO: 588 is running. INFO: 593 is running. -INFO: 597 is running. +INFO: 598 is running. INFO: 603 is running. -INFO: 608 is running. +INFO: 609 is running. INFO: 614 is running. -INFO: 619 is running. -INFO: 623 is running. +INFO: 618 is running. INFO: 628 is running. +INFO: 623 is running. INFO: 633 is running. -INFO: 638 is running. +INFO: 639 is running. diff --git a/site/static/logs/pipelined/4096/rails.log b/site/static/logs/pipelined/4096/rails.log index af97259db..aea983fb9 100644 --- a/site/static/logs/pipelined/4096/rails.log +++ b/site/static/logs/pipelined/4096/rails.log @@ -25,59 +25,59 @@ [1] - Worker 5 (PID: 29) booted in 0.15s, phase: 0 [1] - Worker 6 (PID: 34) booted in 0.14s, phase: 0 [1] - Worker 7 (PID: 40) booted in 0.14s, phase: 0 -[1] - Worker 8 (PID: 45) booted in 0.14s, phase: 0 +[1] - Worker 8 (PID: 44) booted in 0.14s, phase: 0 [1] - Worker 9 (PID: 50) booted in 0.14s, phase: 0 [1] - Worker 10 (PID: 56) booted in 0.14s, phase: 0 [1] - Worker 11 (PID: 62) booted in 0.13s, phase: 0 -[1] - Worker 12 (PID: 68) booted in 0.13s, phase: 0 +[1] - Worker 12 (PID: 67) booted in 0.13s, phase: 0 [1] - Worker 13 (PID: 76) booted in 0.13s, phase: 0 -[1] - Worker 14 (PID: 83) booted in 0.13s, phase: 0 -[1] - Worker 15 (PID: 89) booted in 0.12s, phase: 0 -[1] - Worker 16 (PID: 95) booted in 0.12s, phase: 0 -[1] - Worker 17 (PID: 100) booted in 0.12s, phase: 0 -[1] - Worker 18 (PID: 106) booted in 0.12s, phase: 0 -[1] - Worker 19 (PID: 112) booted in 0.12s, phase: 0 -[1] - Worker 20 (PID: 117) booted in 0.12s, phase: 0 -[1] - Worker 21 (PID: 122) booted in 0.11s, phase: 0 -[1] - Worker 22 (PID: 128) booted in 0.11s, phase: 0 +[1] - Worker 14 (PID: 82) booted in 0.13s, phase: 0 +[1] - Worker 15 (PID: 88) booted in 0.12s, phase: 0 +[1] - Worker 16 (PID: 94) booted in 0.12s, phase: 0 +[1] - Worker 17 (PID: 99) booted in 0.12s, phase: 0 +[1] - Worker 18 (PID: 105) booted in 0.12s, phase: 0 +[1] - Worker 19 (PID: 111) booted in 0.12s, phase: 0 +[1] - Worker 20 (PID: 118) booted in 0.12s, phase: 0 +[1] - Worker 21 (PID: 123) booted in 0.11s, phase: 0 +[1] - Worker 22 (PID: 129) booted in 0.11s, phase: 0 [1] - Worker 23 (PID: 134) booted in 0.11s, phase: 0 [1] - Worker 24 (PID: 140) booted in 0.11s, phase: 0 [1] - Worker 25 (PID: 146) booted in 0.11s, phase: 0 [1] - Worker 26 (PID: 152) booted in 0.1s, phase: 0 [1] - Worker 27 (PID: 158) booted in 0.1s, phase: 0 [1] - Worker 28 (PID: 164) booted in 0.1s, phase: 0 -[1] - Worker 29 (PID: 171) booted in 0.1s, phase: 0 +[1] - Worker 29 (PID: 171) booted in 0.09s, phase: 0 [1] - Worker 30 (PID: 180) booted in 0.09s, phase: 0 -[1] - Worker 31 (PID: 186) booted in 0.09s, phase: 0 +[1] - Worker 31 (PID: 187) booted in 0.09s, phase: 0 [1] - Worker 32 (PID: 191) booted in 0.09s, phase: 0 [1] - Worker 33 (PID: 196) booted in 0.09s, phase: 0 [1] - Worker 34 (PID: 202) booted in 0.08s, phase: 0 [1] - Worker 35 (PID: 207) booted in 0.08s, phase: 0 [1] - Worker 36 (PID: 213) booted in 0.08s, phase: 0 [1] - Worker 37 (PID: 218) booted in 0.08s, phase: 0 -[1] - Worker 38 (PID: 225) booted in 0.08s, phase: 0 -[1] - Worker 39 (PID: 230) booted in 0.07s, phase: 0 -[1] - Worker 40 (PID: 236) booted in 0.07s, phase: 0 -[1] - Worker 41 (PID: 242) booted in 0.07s, phase: 0 -[1] - Worker 42 (PID: 248) booted in 0.07s, phase: 0 -[1] - Worker 43 (PID: 253) booted in 0.07s, phase: 0 +[1] - Worker 38 (PID: 224) booted in 0.08s, phase: 0 +[1] - Worker 39 (PID: 229) booted in 0.07s, phase: 0 +[1] - Worker 40 (PID: 235) booted in 0.07s, phase: 0 +[1] - Worker 41 (PID: 241) booted in 0.07s, phase: 0 +[1] - Worker 42 (PID: 247) booted in 0.07s, phase: 0 +[1] - Worker 43 (PID: 252) booted in 0.07s, phase: 0 [1] - Worker 44 (PID: 259) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 265) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 271) booted in 0.06s, phase: 0 [1] - Worker 47 (PID: 277) booted in 0.06s, phase: 0 [1] - Worker 48 (PID: 283) booted in 0.05s, phase: 0 -[1] - Worker 49 (PID: 289) booted in 0.05s, phase: 0 -[1] - Worker 50 (PID: 294) booted in 0.05s, phase: 0 -[1] - Worker 51 (PID: 301) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 307) booted in 0.05s, phase: 0 -[1] - Worker 53 (PID: 313) booted in 0.04s, phase: 0 -[1] - Worker 54 (PID: 319) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 288) booted in 0.05s, phase: 0 +[1] - Worker 50 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 51 (PID: 300) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 306) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 312) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 318) booted in 0.04s, phase: 0 [1] - Worker 55 (PID: 324) booted in 0.04s, phase: 0 [1] - Worker 56 (PID: 330) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 337) booted in 0.04s, phase: 0 -[1] - Worker 58 (PID: 342) booted in 0.03s, phase: 0 +[1] - Worker 58 (PID: 343) booted in 0.03s, phase: 0 [1] - Worker 59 (PID: 348) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 355) booted in 0.03s, phase: 0 +[1] - Worker 60 (PID: 354) booted in 0.03s, phase: 0 [1] - Worker 61 (PID: 360) booted in 0.03s, phase: 0 -[1] - Worker 62 (PID: 366) booted in 0.02s, phase: 0 -[1] - Worker 63 (PID: 372) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 366) booted in 0.03s, phase: 0 +[1] - Worker 63 (PID: 373) booted in 0.02s, phase: 0 diff --git a/site/static/logs/pipelined/4096/roda.log b/site/static/logs/pipelined/4096/roda.log index 51e60d3b0..06655e9e3 100644 --- a/site/static/logs/pipelined/4096/roda.log +++ b/site/static/logs/pipelined/4096/roda.log @@ -15,9 +15,9 @@ [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: 16) booted in 0.1s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 +[1] - Worker 1 (PID: 12) booted in 0.1s, phase: 0 +[1] - Worker 2 (PID: 17) 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 @@ -25,20 +25,20 @@ [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 11 (PID: 56) booted in 0.08s, 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: 77) booted in 0.08s, phase: 0 -[1] - Worker 15 (PID: 83) booted in 0.08s, phase: 0 -[1] - Worker 16 (PID: 90) booted in 0.08s, phase: 0 -[1] - Worker 17 (PID: 94) booted in 0.08s, 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: 110) booted in 0.07s, 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: 92) 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: 115) booted in 0.07s, 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: 133) 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.08s, phase: 0 [1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 [1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 @@ -50,14 +50,14 @@ [1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 [1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 [1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 205) booted in 0.06s, phase: 0 +[1] - Worker 36 (PID: 206) booted in 0.07s, 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 41 (PID: 234) booted in 0.06s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 -[1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 +[1] - Worker 43 (PID: 243) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 [1] - Worker 46 (PID: 260) booted in 0.05s, phase: 0 @@ -66,15 +66,15 @@ [1] - Worker 49 (PID: 278) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 290) booted in 0.05s, phase: 0 -[1] - Worker 52 (PID: 295) booted in 0.05s, phase: 0 +[1] - Worker 52 (PID: 296) booted in 0.05s, phase: 0 [1] - Worker 53 (PID: 302) booted in 0.05s, phase: 0 -[1] - Worker 54 (PID: 308) booted in 0.04s, phase: 0 -[1] - Worker 55 (PID: 314) booted in 0.04s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.05s, phase: 0 [1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 [1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 [1] - Worker 58 (PID: 332) booted in 0.04s, phase: 0 -[1] - Worker 59 (PID: 337) 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 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/pipelined/4096/sinatra.log b/site/static/logs/pipelined/4096/sinatra.log index de8fc3ad7..d29c682ca 100644 --- a/site/static/logs/pipelined/4096/sinatra.log +++ b/site/static/logs/pipelined/4096/sinatra.log @@ -19,62 +19,62 @@ [1] - Worker 2 (PID: 17) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 -[1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.1s, phase: 0 -[1] - Worker 7 (PID: 37) booted in 0.1s, 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.09s, phase: 0 [1] - Worker 9 (PID: 47) 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.09s, phase: 0 -[1] - Worker 13 (PID: 68) booted in 0.09s, phase: 0 -[1] - Worker 14 (PID: 76) booted in 0.09s, 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: 76) booted in 0.08s, phase: 0 [1] - Worker 15 (PID: 82) 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) booted in 0.08s, phase: 0 -[1] - Worker 21 (PID: 115) booted in 0.08s, phase: 0 -[1] - Worker 22 (PID: 120) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 128) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 133) booted in 0.08s, phase: 0 -[1] - Worker 25 (PID: 139) booted in 0.07s, 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: 122) booted in 0.08s, phase: 0 +[1] - Worker 23 (PID: 128) booted in 0.07s, phase: 0 +[1] - Worker 24 (PID: 133) booted in 0.07s, phase: 0 +[1] - Worker 25 (PID: 140) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 [1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 [1] - Worker 28 (PID: 156) booted in 0.07s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 +[1] - Worker 29 (PID: 164) 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: 191) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 -[1] - Worker 36 (PID: 208) booted in 0.06s, 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: 224) booted in 0.05s, phase: 0 -[1] - Worker 40 (PID: 230) booted in 0.05s, phase: 0 -[1] - Worker 41 (PID: 235) booted in 0.05s, phase: 0 -[1] - Worker 42 (PID: 240) booted in 0.05s, phase: 0 -[1] - Worker 43 (PID: 246) booted in 0.05s, phase: 0 +[1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 +[1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 +[1] - Worker 39 (PID: 223) 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.05s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 -[1] - Worker 45 (PID: 255) booted in 0.05s, phase: 0 -[1] - Worker 46 (PID: 262) booted in 0.05s, phase: 0 -[1] - Worker 47 (PID: 272) booted in 0.04s, phase: 0 -[1] - Worker 48 (PID: 278) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 284) booted in 0.04s, phase: 0 -[1] - Worker 50 (PID: 290) booted in 0.04s, phase: 0 -[1] - Worker 51 (PID: 296) booted in 0.04s, phase: 0 -[1] - Worker 52 (PID: 301) booted in 0.03s, phase: 0 -[1] - Worker 53 (PID: 307) booted in 0.03s, phase: 0 -[1] - Worker 54 (PID: 312) booted in 0.03s, phase: 0 -[1] - Worker 55 (PID: 318) booted in 0.03s, phase: 0 -[1] - Worker 56 (PID: 324) booted in 0.03s, phase: 0 -[1] - Worker 57 (PID: 329) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 341) booted in 0.03s, phase: 0 -[1] - Worker 60 (PID: 347) booted in 0.02s, phase: 0 -[1] - Worker 61 (PID: 352) booted in 0.02s, phase: 0 -[1] - Worker 62 (PID: 358) booted in 0.02s, phase: 0 +[1] - Worker 45 (PID: 255) 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: 273) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.03s, phase: 0 +[1] - Worker 54 (PID: 309) booted in 0.03s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 321) 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.03s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 [1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0 diff --git a/site/static/logs/static-tls/1024/roda.log b/site/static/logs/static-tls/1024/roda.log index c75dbd717..ec1ae0e85 100644 --- a/site/static/logs/static-tls/1024/roda.log +++ b/site/static/logs/static-tls/1024/roda.log @@ -16,47 +16,47 @@ [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: 16) booted in 0.1s, phase: 0 -[1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 -[1] - Worker 4 (PID: 25) booted in 0.1s, 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: 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: 52) booted in 0.09s, phase: 0 -[1] - Worker 11 (PID: 56) 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: 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: 82) 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.08s, phase: 0 -[1] - Worker 19 (PID: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) booted in 0.07s, 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 22 (PID: 121) 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: 133) booted in 0.07s, phase: 0 -[1] - Worker 25 (PID: 140) booted in 0.08s, phase: 0 -[1] - Worker 26 (PID: 145) booted in 0.08s, phase: 0 -[1] - Worker 27 (PID: 150) booted in 0.08s, phase: 0 -[1] - Worker 28 (PID: 156) booted in 0.08s, phase: 0 -[1] - Worker 29 (PID: 164) booted in 0.07s, phase: 0 -[1] - Worker 30 (PID: 174) booted in 0.07s, phase: 0 -[1] - Worker 31 (PID: 179) 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.08s, phase: 0 +[1] - Worker 26 (PID: 144) booted in 0.08s, phase: 0 +[1] - Worker 27 (PID: 149) booted in 0.08s, phase: 0 +[1] - Worker 28 (PID: 154) booted in 0.08s, phase: 0 +[1] - Worker 29 (PID: 163) booted in 0.07s, phase: 0 +[1] - Worker 30 (PID: 173) booted in 0.07s, phase: 0 +[1] - Worker 31 (PID: 178) booted in 0.07s, phase: 0 [1] - Worker 32 (PID: 184) booted in 0.07s, phase: 0 -[1] - Worker 33 (PID: 191) booted in 0.07s, phase: 0 -[1] - Worker 34 (PID: 196) booted in 0.07s, phase: 0 -[1] - Worker 35 (PID: 201) booted in 0.07s, phase: 0 -[1] - Worker 36 (PID: 207) booted in 0.07s, phase: 0 -[1] - Worker 37 (PID: 211) booted in 0.07s, phase: 0 -[1] - Worker 38 (PID: 217) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.07s, phase: 0 +[1] - Worker 34 (PID: 195) booted in 0.07s, phase: 0 +[1] - Worker 35 (PID: 200) booted in 0.07s, phase: 0 +[1] - Worker 36 (PID: 205) booted in 0.06s, 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: 228) booted in 0.06s, phase: 0 [1] - Worker 41 (PID: 234) booted in 0.06s, phase: 0 -[1] - Worker 42 (PID: 238) booted in 0.06s, phase: 0 +[1] - Worker 42 (PID: 239) booted in 0.06s, phase: 0 [1] - Worker 43 (PID: 244) booted in 0.06s, phase: 0 [1] - Worker 44 (PID: 250) booted in 0.06s, phase: 0 [1] - Worker 45 (PID: 255) booted in 0.06s, phase: 0 @@ -66,15 +66,15 @@ [1] - Worker 49 (PID: 278) booted in 0.05s, phase: 0 [1] - Worker 50 (PID: 284) booted in 0.05s, phase: 0 [1] - Worker 51 (PID: 290) 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.05s, 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 52 (PID: 296) booted in 0.05s, phase: 0 +[1] - Worker 53 (PID: 302) booted in 0.05s, phase: 0 +[1] - Worker 54 (PID: 308) booted in 0.05s, phase: 0 +[1] - Worker 55 (PID: 314) booted in 0.04s, phase: 0 +[1] - Worker 56 (PID: 320) booted in 0.04s, phase: 0 +[1] - Worker 57 (PID: 326) booted in 0.04s, phase: 0 +[1] - Worker 58 (PID: 332) 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: 363) booted in 0.03s, phase: 0 +[1] - Worker 62 (PID: 356) booted in 0.04s, phase: 0 +[1] - Worker 63 (PID: 362) booted in 0.04s, phase: 0 diff --git a/site/static/logs/static-tls/1024/sinatra.log b/site/static/logs/static-tls/1024/sinatra.log index 6df8649af..7ff10ca07 100644 --- a/site/static/logs/static-tls/1024/sinatra.log +++ b/site/static/logs/static-tls/1024/sinatra.log @@ -16,29 +16,29 @@ [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 2 (PID: 16) booted in 0.1s, phase: 0 [1] - Worker 3 (PID: 21) booted in 0.1s, phase: 0 [1] - Worker 4 (PID: 25) booted in 0.1s, phase: 0 [1] - Worker 5 (PID: 29) booted in 0.1s, phase: 0 -[1] - Worker 6 (PID: 33) booted in 0.1s, 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.09s, phase: 0 [1] - Worker 9 (PID: 47) 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.09s, phase: 0 -[1] - Worker 13 (PID: 70) booted in 0.08s, 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: 76) booted in 0.08s, phase: 0 [1] - Worker 15 (PID: 82) 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: 105) booted in 0.08s, phase: 0 -[1] - Worker 20 (PID: 110) 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: 122) booted in 0.08s, phase: 0 -[1] - Worker 23 (PID: 128) booted in 0.08s, phase: 0 -[1] - Worker 24 (PID: 133) 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: 140) booted in 0.07s, phase: 0 [1] - Worker 26 (PID: 145) booted in 0.07s, phase: 0 [1] - Worker 27 (PID: 150) booted in 0.07s, phase: 0 @@ -47,34 +47,34 @@ [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: 191) booted in 0.06s, phase: 0 +[1] - Worker 33 (PID: 190) booted in 0.06s, phase: 0 [1] - Worker 34 (PID: 196) booted in 0.06s, phase: 0 [1] - Worker 35 (PID: 201) booted in 0.06s, phase: 0 [1] - Worker 36 (PID: 207) booted in 0.06s, phase: 0 -[1] - Worker 37 (PID: 212) booted in 0.06s, phase: 0 +[1] - Worker 37 (PID: 212) booted in 0.05s, phase: 0 [1] - Worker 38 (PID: 217) booted in 0.05s, phase: 0 [1] - Worker 39 (PID: 223) 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.05s, phase: 0 -[1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 [1] - Worker 42 (PID: 239) booted in 0.05s, phase: 0 -[1] - Worker 44 (PID: 249) booted in 0.05s, phase: 0 -[1] - Worker 45 (PID: 257) booted in 0.05s, phase: 0 -[1] - Worker 46 (PID: 262) booted in 0.04s, phase: 0 +[1] - Worker 43 (PID: 245) booted in 0.05s, phase: 0 +[1] - Worker 44 (PID: 250) booted in 0.05s, phase: 0 +[1] - Worker 45 (PID: 255) booted in 0.05s, 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: 275) booted in 0.04s, phase: 0 -[1] - Worker 49 (PID: 281) 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: 299) booted in 0.04s, phase: 0 -[1] - Worker 53 (PID: 305) booted in 0.03s, phase: 0 +[1] - Worker 48 (PID: 273) booted in 0.04s, phase: 0 +[1] - Worker 49 (PID: 279) booted in 0.04s, phase: 0 +[1] - Worker 50 (PID: 285) booted in 0.04s, phase: 0 +[1] - Worker 51 (PID: 291) booted in 0.04s, phase: 0 +[1] - Worker 52 (PID: 297) booted in 0.04s, phase: 0 +[1] - Worker 53 (PID: 303) booted in 0.04s, phase: 0 [1] - Worker 54 (PID: 309) 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 55 (PID: 315) booted in 0.03s, phase: 0 +[1] - Worker 56 (PID: 321) booted in 0.03s, phase: 0 [1] - Worker 57 (PID: 327) booted in 0.03s, phase: 0 -[1] - Worker 58 (PID: 334) booted in 0.03s, phase: 0 -[1] - Worker 59 (PID: 340) 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.03s, phase: 0 -[1] - Worker 61 (PID: 351) booted in 0.02s, phase: 0 +[1] - Worker 61 (PID: 351) booted in 0.03s, phase: 0 [1] - Worker 62 (PID: 357) booted in 0.02s, phase: 0 [1] - Worker 63 (PID: 363) booted in 0.02s, phase: 0